Skip to content

[Backport release-0.2] Generate core types oapi schemas #12

[Backport release-0.2] Generate core types oapi schemas

[Backport release-0.2] Generate core types oapi schemas #12

Workflow file for this run

name: Backport
on:
pull_request_target:
types: [closed]
# See also commands.yml for the /backport triggered variant of this workflow.
permissions:
contents: read
jobs:
open-pr:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-24.04
if: github.event.pull_request.merged
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: Open Backport PR
uses: korthout/backport-action@4aaf0e03a94ff0a619c9a511b61aeb42adea5b02 # v4.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}