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 9a19338 commit bd2c7fdCopy full SHA for bd2c7fd
README.md
@@ -13,13 +13,17 @@
13
14
## Usage
15
16
+Note that write access needs to be granted for the pull-requests scope.
17
+
18
```yaml
19
on:
20
pull_request:
21
22
jobs:
23
test:
24
runs-on: ubuntu-latest
25
+ permissions:
26
+ pull-requests: write
27
steps:
28
- uses: mshick/add-pr-comment@v2
29
with:
@@ -43,6 +47,8 @@ on:
43
47
44
48
45
49
50
51
46
52
53
54
env:
@@ -82,6 +88,8 @@ on:
82
88
83
89
pr:
84
90
91
92
85
93
86
94
87
95
0 commit comments