Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.7k
Open
Description
Description
TheDIRECTORY.md
workflow isn't committing/pushing any needed changes due to themaster
branch being protected.
Currently, there's no way to make GitHub Actions have access to a protected branch.
Our current options are:
- Disable branch protection (not recommended).
- Commit as someone with access to making direct commits to the branch.
- Wait until GitHub provides a solution to this.