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
1 parent 1011217 commit 5124ae2Copy full SHA for 5124ae2
.github/workflows/spring-backport-issue.yml
@@ -9,7 +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: ") }}
+ 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