name: Backport on: pull_request_target: types: [opened, closed, labeled, unlabeled, synchronize] jobs: backport: name: Backport Action runs-on: ubuntu-latest steps: - name: Backport uses: sqren/backport-github-action@v7.3.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}