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.
1 parent a6af924 commit d6a7406Copy full SHA for d6a7406
.github/workflows/build.yml
@@ -190,8 +190,8 @@ jobs:
190
pull-requests: write
191
steps:
192
- name: PR is opened against master
193
- uses: mshick/add-pr-comment@v2
194
- if: ${{ github.base_ref == 'master' && github.head_ref != 'develop' }}
+ uses: mshick/add-pr-comment@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1
+ if: ${{ github.base_ref == 'master' && !startsWith(github.ref, 'refs/heads/prepare-release/') }}
195
with:
196
message: |
197
⚠️ This PR is opened against **master**. You probably want to open it against **develop**.
0 commit comments