API support for PR limits is now available #201509
moraesc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We’re rolling out new API support for pull request creation cap settings (see changelog) on repositories.
This release adds REST API endpoints that let repository admins view and configure the pull request creation cap, making it easier to automate these settings across repositories instead of managing them only through the UI.
What’s new
You can now use the API to:
This is especially useful for maintainers and admins who want to manage repository interaction settings programmatically at scale, including through tools like gh api.
New endpoints
Check out the docs to learn more
We’d love to hear how you use this in your workflows and whether there are other interaction limit settings you’d like to see exposed via API.
Beta Was this translation helpful? Give feedback.
All reactions