Replies: 3 comments 3 replies
|
I'm facing the same issue right now. And looks like this answers the question - https://stackoverflow.com/a/73155199/8097218. |
|
I also saw the same issue, clicking the radio, saving, then refreshing makes the checkbox enabled |
|
This is the classic enterprise-level permission override issue. The "Allow GitHub Actions to create and approve pull requests" checkbox is being blocked by a higher-level setting in your GitHub Enterprise/Organization. GitHub has a three-tier permission hierarchy for Actions: Enterprise → Organization → Repository. A setting disabled at a higher tier cannot be enabled at a lower one — the checkbox will appear greyed out or silently revert. This catches a lot of people because the UI doesn't clearly explain why the setting won't stick. How to fix it
Hope that helps anyone in future with this same issue. |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Bug
Body
Hello everyone,
I'm trying to setup a release workflow so that it creates a pull request, in so doing I want to enable the
Allow GitHub Actions to create and approve pull requestssetting in my repository; however it is grayed out and having the weirdest behavior.By default it's grayed out:

After toggling
Read repository contents and packages permissions, and saving, I can now select it :But here's the catch, when I save this; it reverts back to being disabled...
Am I missing something ? Did anyone stumble upon this as well ?
All reactions