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.
2 parents 5603bf0 + b4f245b commit 8cd6ae2Copy full SHA for 8cd6ae2
.github/workflows/lts-backport.yaml
@@ -7,8 +7,7 @@ on:
7
8
jobs:
9
add-to-backporting-project:
10
- if: "github.event.pull_request.merged == true
11
- && !contains(github.event.push.message, '[Next only]')"
+ if: "!contains(github.event.push.message, '[Next only]')"
12
runs-on: ubuntu-latest
13
14
steps:
0 commit comments