File tree Expand file tree Collapse file tree 5 files changed +30
-0
lines changed
Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 2020 name : Check PRs for merge conflicts
2121
2222 steps :
23+ - name : Check what permission are needed
24+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
25+ with :
26+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
27+
2328 - name : Check PRs for merge conflicts
2429 uses : eps1lon/actions-label-merge-conflict@v3
2530 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12+ - name : Check what permission are needed
13+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
14+ with :
15+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
16+
1217 - name : Checkout code
1318 uses : actions/checkout@v5
1419
Original file line number Diff line number Diff line change 2020 runs-on : " ubuntu-latest"
2121
2222 steps :
23+ - name : Check what permission are needed
24+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
25+ with :
26+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
27+
2328 - name : Checkout code
2429 uses : actions/checkout@v5
2530
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18+ - name : Check what permission are needed
19+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
20+ with :
21+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
22+
1823 - name : Checkout code
1924 uses : actions/checkout@v5
2025
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18+ - name : Check what permission are needed
19+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
20+ with :
21+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
22+
1823 - name : Checkout code
1924 uses : actions/checkout@v5
2025
3742 runs-on : ubuntu-latest
3843
3944 steps :
45+ - name : Check what permission are needed
46+ uses : GitHubSecurityLab/actions-permissions/monitor@v1
47+ with :
48+ config : ${{ vars.PERMISSIONS_MONITOR_CONFIG }}
49+
4050 - name : Checkout code
4151 uses : actions/checkout@v5
4252
You can’t perform that action at this time.
0 commit comments