-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is your feature request related to a problem? Please describe
My problem is that my main branch is protected with some required statuses that much be passed. The action tries to push it to the branch directly instead of using a pull request to submit new changes. Which gives this error:
github.GithubException.GithubException: 409 {"message": "Could not update file: 2 of 2 required status checks are expected. Changes must be made through a pull request.", "documentation_url": "docs.github.com/articles/about-protected-branches"}
Description of the new feature/enhancement
I would want the action to either submit a new pull request to update the changelog, or to update the changelog inside of the pull request itself.
Proposed technical implementation details (optional)
A clear and concise description of any solutions you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working