File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1414 if : github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
1515 runs-on : ubuntu-latest
1616 name : Build and Deploy Job
17+ permissions :
18+ actions : read
19+ contents : read
20+ deployments : read
21+ packages : none
22+ pull-requests : write
23+ security-events : write
1724 steps :
1825 - uses : actions/checkout@v2
1926 with :
3542 close_pull_request_job :
3643 if : github.event_name == 'pull_request' && github.event.action == 'closed'
3744 runs-on : ubuntu-latest
45+ permissions :
46+ actions : read
47+ contents : read
48+ deployments : read
49+ packages : none
50+ pull-requests : write
51+ security-events : write
3852 name : Close Pull Request Job
3953 steps :
4054 - name : Close Pull Request
You can’t perform that action at this time.
0 commit comments