File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88 repository_dispatch :
99 types : [format-command]
1010
11- permissions :
12- contents : write
11+ permissions : {}
1312
1413jobs :
1514 format :
15+ permissions :
16+ contents : write # for Git to git push
1617 runs-on : ubuntu-latest
1718 steps :
1819 # Generate token from GenericMappingTools bot
Original file line number Diff line number Diff line change 1010 # Add "edited" type for test purposes. Where possible, avoid using to prevent processing unnecessary events.
1111 # types: [created, edited]
1212
13- permissions :
14- issues : write
13+ permissions : {}
1514
1615jobs :
1716 slashCommandDispatch :
17+ permissions :
18+ contents : write # for executing the repository_dispatch event
19+ pull-requests : write # for peter-evans/slash-command-dispatch to create PR reaction
1820 if : ${{ github.event.issue.pull_request }}
1921 runs-on : ubuntu-latest
2022 steps :
You can’t perform that action at this time.
0 commit comments