Skip to content

Commit

Permalink
Add status checks to default rule remove *.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed May 22, 2024
1 parent c69fea4 commit b610e7f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/branch-protection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ curl --location "https://api.github.com/repos/NHSDigital/$1/rulesets" \
"type": "required_status_checks",
"parameters": {
"strict_required_status_checks_policy": true,
"required_status_checks": [
{
"context": "*"
}
]
"required_status_checks": []
}
}
]
Expand Down

0 comments on commit b610e7f

Please sign in to comment.