Skip to content

Commit 05fbed2

Browse files
authored
chore: branch policy update (#2255)
editing require status check to use full name of node 16.x build
1 parent 960be73 commit 05fbed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/policies/branch-protection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ configuration:
2525
requiredStatusChecks:
2626
- GitOps/AdvancedSecurity
2727
- license/cla
28-
- Build pr
28+
- 'Build pr / build (16.x)'
2929

3030
# TODO: all commits should be signed. We need to get everyone signing their commits.
31-
requiresCommitSignatures: false
31+
requiresCommitSignatures: false

0 commit comments

Comments
 (0)