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.
if
spring-backport-issue.yml
1 parent 8e750ac commit 521ac48Copy full SHA for 521ac48
.github/workflows/spring-backport-issue.yml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
backport-issue:
11
+ if: contains(github.event.head_commit.message, 'Fixes:') || contains(github.event.head_commit.message, 'Closes:')
12
runs-on: ubuntu-latest
13
steps:
14
0 commit comments