Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Backport to stable

on:
pull_request:
pull_request_target:
types: [closed, labeled]
branches: [main]
Comment thread
TooTallNate marked this conversation as resolved.

Expand All @@ -13,8 +13,7 @@ jobs:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'backport-stable')
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
contents: read
steps:
- name: Generate GitHub App Token
id: app-token
Expand Down
Loading