Skip to content

Commit

Permalink
add github to allowed words.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed May 22, 2024
1 parent fd46409 commit e109fe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Branch Protection Rules

This will create the default branch protection rules using github API.
This will create the default branch protection rules using Github API.

```
```sh
./branch-protection.sh $reponame $PAT
```

PAT must have `administration:write`. https://docs.github.com/en/rest/repos/rules?apiVersion=2022-11-28#create-a-repository-ruleset
PAT must have `administration:write`. [Create a repository rule set](https://docs.github.com/en/rest/repos/rules?apiVersion=2022-11-28#create-a-repository-ruleset)
1 change: 1 addition & 0 deletions scripts/config/vale/styles/Vocab/words/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ idempotence
onboarding
toolchain
[A-Z]+s
Github

0 comments on commit e109fe0

Please sign in to comment.