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:
Wen Liang 2023-02-26 19:45:30 -05:00 committed by Richard Megginson
parent bdc896bae6
commit c030e50853
8 changed files with 40 additions and 0 deletions

View file

@ -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