We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255872f commit 2f648c8Copy full SHA for 2f648c8
.asf.yaml
@@ -7,5 +7,8 @@ github:
7
- nano
8
- nodejs
9
protected_branches:
10
- main
+ main:
11
+ required_status_checks:
12
+ # strict means "Require branches to be up to date before merging".
13
+ strict: true
14
0 commit comments