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.
spring-backport-issue.yml
1 parent a49bdfb commit 1011217Copy full SHA for 1011217
.github/workflows/spring-backport-issue.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
backport-issue:
11
runs-on: ubuntu-latest
12
+ if: {{ contains(github.event.head_commit.message, "Fixes: ") || contains(github.event.head_commit.message, "Closes: ") }}
13
steps:
14
15
- uses: actions/checkout@v4
0 commit comments