Skip to content

Commit

Permalink
rm script/update-repo-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Jul 4, 2023
1 parent 56c12d4 commit 4dae456
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
21 changes: 0 additions & 21 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,6 @@ script/generate-readme updates documentation.
- For projects with binaries, it updates the usage output in README.md.
- Adds script descriptions to CONTRIBUTING.md.

### update-repo-settings

script/update-repo-settings updates the settings for the GitHub repository to the preferred settings.
This is only needed once per repository, so it deletes itself after running (actually it pushes
the change before updating the repository because the update disallows pushing changes to main).

This would normally be part of the one-time apply-template script, but it cannot be run
from GitHub Actions.

Settings changed:
- Projects: disabled
- Wiki: disabled
- Rebase merge: disabled
- Squash merge: disabled
- Always suggest updating pull request branches: enabled
- Automatically delete head branches: enabled
- Allow auto-merge: enabled
- Branch protection for "main":
- Require a pull request before merging : enabled
- Required status checks: "cibuild"

<!--- end script descriptions --->

## Releasing
Expand Down
58 changes: 0 additions & 58 deletions script/update-repo-settings

This file was deleted.

0 comments on commit 4dae456

Please sign in to comment.