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 9f93131 commit f1cc96bCopy full SHA for f1cc96b
.github/workflows/PR-Release-Warning.yml
@@ -19,7 +19,7 @@ jobs:
19
fi
20
- name: add comment if PR is release
21
if: steps.check-release.outputs.match == 'true'
22
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2
+ uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
23
with:
24
message: |
25
**WARNING** : This PR will trigger a release and tag when merged.
0 commit comments