Skip to content

Commit bad8b48

Browse files
chore: update comment job name
1 parent 358c4ba commit bad8b48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr_verify_linked_issue.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Verify PR
22

33
on:
44
pull_request:
5-
types: [ edited, synchronize, opened, reopened ]
5+
types: [edited, synchronize, opened, reopened]
66
branches:
77
- development
88
check_run:
@@ -19,13 +19,13 @@ jobs:
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
2121
with:
22-
quiet: 'true'
22+
quiet: "true"
2323
- name: Find Comment
2424
uses: peter-evans/find-comment@v1
2525
id: find_coomment
2626
with:
2727
issue-number: ${{ github.event.pull_request.number }}
28-
comment-author: 'pirate-bot'
28+
comment-author: "pirate-bot"
2929
body-includes: No Linked Issue found
3030
- name: Create or update comment
3131
uses: peter-evans/create-or-update-comment@v1
@@ -41,9 +41,9 @@ jobs:
4141
if: steps.verify_linked_issues.outputs.has_linked_issues == 'false'
4242
run: exit 1;
4343
- name: Delete comment
44-
uses: jungwinter/comment@v1
44+
uses: winterjung/comment@v1
4545
if: steps.verify_linked_issues.outputs.has_linked_issues == 'true' && steps.find_coomment.outputs.comment-id != ''
4646
with:
4747
type: delete
4848
comment_id: ${{ steps.find_coomment.outputs.comment-id }}
49-
token: ${{ secrets.BOT_TOKEN }}
49+
token: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)