Skip to content

Commit 65da1bb

Browse files
committed
work flow rename job
1 parent 68dce6d commit 65da1bb

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ on:
55
types:
66
- completed
77
workflows:
8-
- 'Pull Request'
9-
10-
permissions:
11-
issues: write
12-
pull-requests: write
8+
- Pull Request
139

1410
jobs:
15-
comment-success:
11+
comment:
1612
runs-on: ubuntu-latest
1713
steps:
1814
- uses: actions/checkout@v3
@@ -94,5 +90,3 @@ jobs:
9490
comment-id: ${{ steps.find-comment.outputs.comment-id }}
9591
edit-mode: replace
9692
body: ${{ steps.message.outputs.result }}
97-
98-
# Adapted from https://github.com/Andre601/AdvancedServerList

0 commit comments

Comments
 (0)