enable-github-automerge-action
enable-github-automerge-action copied to clipboard
Speed up your workflows by automatically enabling Auto-Merge in your Github pull-requests, so you can release when ready.
I have a `.github/workflow/deploy.yaml` that only gets triggered if I manually merge the PR. It will never trigger when the `github-action` user merges the PR. I have provided my personal...
Hi there! I woule like to have an input allowing to define `commitBody` for merge commit. for example: ```yaml uses: alexwilson/[email protected] with: github-token: "${{ secrets.GITHUB_TOKEN }}" merge-method: SQUASH commit-body: ${{...
I am getting `Error: Resource not accessible by integration` while using this action and I have no idea what is causing it. Example: https://github.com/ansible-community/molecule/actions/runs/3842360113/jobs/6543589185 The body of of the action...
Hi, hope it's okay to ask for support this way. I've set up a workflow using this action to enable auto-merge on all pull requests from dependabot as shown in...
I'm not sure if I'm correctly expecting what this action does, but imagined as this action is completed, I wouldn't need to click the `Enable auto-merge (rebase)` button by hand,...
When all PR requirements have already been met, it's not possible to enable auto-merge. Confusingly GitHub's API doesn't return an error message when this has happened.