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 544da9d commit c7db317Copy full SHA for c7db317
.github/workflows/add-contributor-on-merge.yml
@@ -5,6 +5,10 @@ on:
5
types:
6
- closed
7
8
+permissions:
9
+ contents: write
10
+
11
12
jobs:
13
add-contributor:
14
if: github.event.pull_request.merged == true
0 commit comments