mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-20 17:59:00 +00:00
Add needed status check on the merge_group
When adding an approved PR to the merge queue, the required status checks of the workflows are missing, which prevents the PR getting merged. This commit is intended to trigger merge group checks with Github Actions, so that the workflows will report the needed status checks. Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
bdc896bae6
commit
c030e50853
8 changed files with 40 additions and 0 deletions
5
.github/workflows/python-unit-test.yml
vendored
5
.github/workflows/python-unit-test.yml
vendored
|
|
@ -3,6 +3,11 @@
|
|||
name: Python Unit Tests
|
||||
on: # yamllint disable-line rule:truthy
|
||||
pull_request:
|
||||
merge_group:
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- checks_requested
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue