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 6109a08 commit 3213c5cCopy full SHA for 3213c5c
.github/workflows/pull_request.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Create branch comment
14
if: ${{ github.base_ref == 'master' && contains(join(github.event.pull_request.labels.*.name, ''), 'merge-to-production') }}
15
- uses: peter-evans/create-or-update-comment@v1
+ uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
16
with:
17
issue-number: ${{github.event.number}}
18
body: |
0 commit comments