Update repository preferences for check suites should not be restricted to the GitHub App that created the check suite #132575
Replies: 2 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
The REST API endpoint for Update repository preferences for check suites is currently restricted to the GitHub App that created the check suite.
Attempting to modify this configuration via the API with a PAT results in a 403 error with message
Invalid app_id 'xxxxxxx' - check suite can only be modified by the GitHub App that created it.
.This option should be configurable by administrators (both via the API and repository settings in the browser) so the App behavior can be configured as desired out-of-the-box. With the current limitation, one has to create the App and hack together a way to make that initial API call on behalf of the App.
Beta Was this translation helpful? Give feedback.
All reactions