Skip to content

Commit 467da53

Browse files
authored
testing (#1825)
1 parent cedc346 commit 467da53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: >
1313
github.event.action == 'labeled'
14-
&& contains(github.event.label.name, 'backport/')
1514
&& github.event.pull_request.merged_at != null
15+
&& contains(github.event.label.name, 'backport/')
1616
permissions:
1717
contents: write
1818
pull-requests: write

0 commit comments

Comments
 (0)