File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
2121 merge_group :
2222
23- concurrency :
24- group : ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
25- cancel-in-progress : ${{ startsWith(github.event_name, 'pull') }}
26-
2723permissions :
2824 contents : read
2925
Original file line number Diff line number Diff line change 2020 # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
2121 merge_group :
2222
23- concurrency :
24- group : ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
25- cancel-in-progress : ${{ startsWith(github.event_name, 'pull') }}
26-
2723permissions :
2824 contents : read
2925
You can’t perform that action at this time.
0 commit comments