Skip to content
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

[FEATURE] Add ability to enable auto-merge #3007

Closed
gustaff-weldon opened this issue Jul 8, 2024 · 4 comments
Closed

[FEATURE] Add ability to enable auto-merge #3007

gustaff-weldon opened this issue Jul 8, 2024 · 4 comments

Comments

@gustaff-weldon
Copy link

Subject of the issue

We have an automated workflow that periodically updates certain variables in code, we'd like to automatically merge such PRs

@peter-evans
Copy link
Owner

Hi @gustaff-weldon

Please see this action to enable automerge.

@TSenter
Copy link

TSenter commented Dec 19, 2024

Can this be revisited, since enable-pull-request-automerge specifically states Using this action is no longer necessary?

@peter-evans
Copy link
Owner

Can this be revisited, since enable-pull-request-automerge specifically states Using this action is no longer necessary?

@TSenter What that means is that using the enable-pull-request-automerge action is not necessary anymore because the same functionality exists in the GitHub CLI. I've put a code snippet in the readme for a GitHub Actions step that uses the CLI command.

So please use either the GitHub CLI command to enable automerge, or the enable-pull-request-automerge action. I won't be adding that functionality to this action.

@TSenter
Copy link

TSenter commented Dec 20, 2024

Can this be revisited, since enable-pull-request-automerge specifically states Using this action is no longer necessary?

@TSenter What that means is that using the enable-pull-request-automerge action is not necessary anymore because the same functionality exists in the GitHub CLI. I've put a code snippet in the readme for a GitHub Actions step that uses the CLI command.

So please use either the GitHub CLI command to enable automerge, or the enable-pull-request-automerge action. I won't be adding that functionality to this action.

Thank you for the quick reply, that's exactly what I was looking for!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants