We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedc346 commit 467da53Copy full SHA for 467da53
.github/workflows/backport-pr.yml
@@ -11,8 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
if: >
13
github.event.action == 'labeled'
14
- && contains(github.event.label.name, 'backport/')
15
&& github.event.pull_request.merged_at != null
+ && contains(github.event.label.name, 'backport/')
16
permissions:
17
contents: write
18
pull-requests: write
0 commit comments