Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for GitHub rulesets. #207

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Dec 28, 2024

These allow us to block branch creation in the upstream. This could be accidental where a repo maintainer pushes to TokTok/$repo instead of their fork.

This is in addition to branch protection rules that apply only to master. No branch protection is applied to other branches, but only 2 bots are currently allowed to create branches other than master.


This change is Reviewable

@iphydf iphydf added this to the v0.1.3 milestone Dec 28, 2024
@github-actions github-actions bot added the enhancement New feature for the user, not a new feature for build script label Dec 28, 2024
@iphydf iphydf force-pushed the rulesets branch 7 times, most recently from 5a145a7 to 44d7728 Compare December 28, 2024 16:39
These allow us to block branch creation in the upstream. This could be
accidental where a repo maintainer pushes to `TokTok/$repo` instead of
their fork.

This is in addition to branch protection rules that apply only to
`master`. No branch protection is applied to other branches, but only 2
bots are currently allowed to create branches other than `master`.
@toktok-releaser toktok-releaser merged commit 7b31a5a into TokTok:master Dec 28, 2024
12 checks passed
@iphydf iphydf deleted the rulesets branch December 28, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature for the user, not a new feature for build script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants