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 68dce6d commit 65da1bbCopy full SHA for 65da1bb
1 file changed
.github/workflows/pr-comment.yml
@@ -5,14 +5,10 @@ on:
5
types:
6
- completed
7
workflows:
8
- - 'Pull Request'
9
-
10
-permissions:
11
- issues: write
12
- pull-requests: write
+ - Pull Request
13
14
jobs:
15
- comment-success:
+ comment:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v3
@@ -94,5 +90,3 @@ jobs:
94
90
comment-id: ${{ steps.find-comment.outputs.comment-id }}
95
91
edit-mode: replace
96
92
body: ${{ steps.message.outputs.result }}
97
98
-# Adapted from https://github.com/Andre601/AdvancedServerList
0 commit comments