github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Implement API for retrieving and managing rulesets on a repository

Open FHannes opened this issue 1 year ago • 3 comments

As far as I can tell, the library currently supports managing branch protection, but not rulesets. The use of rulesets has some advantages over using branch protection as listed in the documentation, so it might be useful to add support for them. API reference: https://docs.github.com/en/rest/repos/rules?apiVersion=2022-11-28

FHannes avatar Mar 09 '24 15:03 FHannes

Hi there,

If no one has currently started any work on this topic, I'm eager to develop CRUD features for rulesets.

I also need them for a project so I'll be happy to contribute !

biologeek avatar Sep 27 '24 07:09 biologeek

Which branch should I pull to start ?

biologeek avatar Sep 27 '24 07:09 biologeek

Which branch should I pull to start ?

main is the one

Haarolean avatar Mar 16 '25 16:03 Haarolean