Skip to content

Commit d34dcc5

Browse files
authored
Fix branch protection context pattern for lts/* (#24)
1 parent 2cd9505 commit d34dcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function setupBranchProtection() {
6565
{
6666
"required_status_checks": {
6767
"strict": false,
68-
"contexts": ["ci lts/*", "ci (current)"]
68+
"contexts": ["ci (lts/*)", "ci (current)"]
6969
},
7070
"enforce_admins": false,
7171
"required_pull_request_reviews": {

0 commit comments

Comments
 (0)