Skip to content

Commit

Permalink
Merge pull request #8 from NHSDigital/checks-on-default-rule
Browse files Browse the repository at this point in the history
Add status checks to default rule.
  • Loading branch information
RossBugginsNHS authored May 22, 2024
2 parents 483a83a + 79cc37d commit 1679c7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ curl --location "https://api.github.com/repos/NHSDigital/$1/rulesets" \
{
"type": "non_fast_forward"
},
{
"type": "required_signatures"
},
{
"type": "pull_request",
"parameters": {
Expand All @@ -36,6 +33,16 @@ curl --location "https://api.github.com/repos/NHSDigital/$1/rulesets" \
"require_last_push_approval": true,
"required_review_thread_resolution": true
}
},
{
"type": "required_signatures"
},
{
"type": "required_status_checks",
"parameters": {
"strict_required_status_checks_policy": true,
"required_status_checks": []
}
}
]
}'

0 comments on commit 1679c7b

Please sign in to comment.