Skip to content

Commit 5a6e986

Browse files
Bump peter-evans/create-or-update-comment from 4 to 5 (#637)
* Bump peter-evans/create-or-update-comment from 4 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Pin to peter-evans/create-or-update-comment v5.0.0 hash Also update paths to be an array, and trim some leading whitespace. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent d8b07ef commit 5a6e986

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/CondaLock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
git push
9090

9191
- name: Add reaction
92-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
92+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
9393
with:
9494
token: ${{ secrets.GITHUB_TOKEN }}
9595
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/PR.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: PullRequest
44
on:
55
pull_request_target:
66
types: [opened, reopened]
7-
paths: "**/environment.yml"
7+
paths: ["**/environment.yml"]
88

99
permissions: {}
1010

@@ -20,10 +20,10 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Add Condalock Comment
23-
uses: peter-evans/create-or-update-comment@v4
23+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
2424
with:
25-
token: ${{ secrets.PANGEOBOT_TOKEN }}
26-
issue-number: ${{github.event.number}}
27-
body: |
28-
/condalock
29-
Automatically locking new conda environment, building, and testing images...
25+
token: ${{ secrets.PANGEOBOT_TOKEN }}
26+
issue-number: ${{github.event.number}}
27+
body: |
28+
/condalock
29+
Automatically locking new conda environment, building, and testing images...

0 commit comments

Comments
 (0)