-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat]: Overwrite open PR #482
Comments
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
Hi @kdeldycke and thanks for your patience. permissions:
contents: write
pull-requests: write
repository-projects: read Documented here https://github.com/AndreasAugustin/actions-template-sync#force-push-and-pr Will be available in |
Can confirm this is working! :) |
Describe the feature
I'd like to have a way to tell
actions-template-sync
it is okay to overwrite an existing PR.This might solve issue #481, but also goes beyond that, as it will reset the commits attached to that PR and force a push.
Use Case
I want my workflows based on
actions-template-sync
to have authority on the PR it creates, but also givesactions-template-sync
the permission to scrap any changes added after its run.It will also address some edge-cases I stumble into while experimenting in the context #467, where my PR is stuck because
actions-template-sync
is not capable of getting over some merge conflicts (see #476).Proposed Solution
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: