ci: Require up to date before merging (#14530)

closed #14412

(cherry picked from commit dd9c8af051)
This commit is contained in:
Jay Chung 2023-07-13 14:30:28 +08:00
parent 2818294ac7
commit 7070be1946
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ github:
protected_branches:
dev:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
contexts:
- Build
- Unit Test