We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342a238 commit 6689932Copy full SHA for 6689932
.github/workflows/cla-auto-accept.yml
@@ -20,8 +20,7 @@ jobs:
20
with:
21
app-id: ${{ vars.APP_ID }}
22
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
23
- permission-pull-requests: read
24
- permission-issues: write
+ permission-pull-requests: write
25
26
- name: Accept CLA if bot-authored PR
27
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
0 commit comments