Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/create_package_recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# indication that the process has started
- name: React on comment
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v5
with:
comment-id: ${{ github.event.comment.id }}
reactions: eyes
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Post comment listing offending packages
if: steps.get_package_names.outputs.offending_ssfs != ''
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v5
with:
issue-number: ${{ github.event.issue.number }}
token: ${{ secrets.delphis_bot_org_token }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
# # indication that the process is done
# - name: React on comment
# if: steps.commit_changes.outcome == 'success' || steps.commit_changes.outcome == 'failure'
# uses: peter-evans/create-or-update-comment@v4
# uses: peter-evans/create-or-update-comment@v5
# with:
# comment-id: ${{ github.event.comment.id }}
# reactions: eyes
6 changes: 3 additions & 3 deletions .github/workflows/rename_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# indication that the process has started
- name: React on comment
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v5
with:
comment-id: ${{ github.event.comment.id }}
reactions: rocket
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

## DEBUG
# - name: Post debug comment
# uses: peter-evans/create-or-update-comment@v4
# uses: peter-evans/create-or-update-comment@v5
# with:
# issue-number: ${{ github.event.issue.number }}
# token: ${{ secrets.delphis_bot_org_token }}
Expand All @@ -82,7 +82,7 @@ jobs:

- name: Post error comment
if: steps.target_check.outputs.target_exists == 'false' || steps.destination_check.outputs.destination_free == 'false'
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v5
with:
issue-number: ${{ github.event.issue.number }}
token: ${{ secrets.delphis_bot_org_token }}
Expand Down
Loading