In a GitHub repo's settings under actions -> general, there are the options as seen in the image. I have a workflow that needs to be able to create PRs, and now I run it on my own GitHub account, but our org account has all GitHub settings managed through Terraform. As far as I can find, there's no Terraform option for this and not even an option through the GitHub API.
What would you suggest in this scenario? What's the best way to allow GitHub actions to create PRs in an IaC way? Are there options I'm not seeing? aside from a PAT or fine-grained token.
