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 6b336e4 commit 5fb6d79Copy full SHA for 5fb6d79
.github/workflows/command-rebase.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Add reaction on start
26
- uses: peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d # v2.1.1
+ uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0
27
with:
28
token: ${{ secrets.COMMAND_BOT_PAT }}
29
repository: ${{ github.event.repository.full_name }}
@@ -42,7 +42,7 @@ jobs:
42
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
43
44
- name: Add reaction on failure
45
46
if: failure()
47
48
0 commit comments