-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
🚀 Feature: Use GitHub's new rulesets feature instead of branch protections #1309
Comments
The feature is looking pretty stable now and seems to have all the parts I need. Plus, unlike classic branch protections, rulesets don't require the branch to already exist. This will be helpful for the |
@all-contributors please add @voxpelli for ideas.
|
I've put up a pull request to add @voxpelli! 🎉 |
Adds @voxpelli as a contributor for ideas. This was requested by JoshuaKGoldberg [in this comment](#1309 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Bug Report Checklist
main
branch of the repository.Overview
Thanks @voxpelli for throwing this my way! https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/creating-rulesets-for-a-repository#creating-a-branch-or-tag-ruleset
Looks like there's API support: https://docs.github.com/en/rest/repos/rules?apiVersion=2022-11-28
Is this something that we should replace the existing branch protection features with?
Additional Info
Co-authored-by: @voxpelli
The text was updated successfully, but these errors were encountered: