merge-branch
merge-branch copied to clipboard
A GitHub Action that merge PR branch to other branchs
Hi, thanks for your action! I'm trying to use it to create an integration branch -- every time we get a PR or a push to master, we merge them...
This may or may not be an issue with the merge-branch action; I thought I'd try here before contacting GitHub. I'm trying to set up a workflow where, when the...
### Check merged branch Assign label to pull request merged in another branch. Run workflow on staging branch, this workflow check if the `GITHUB_SHA` have a pull request, and assign...
Received `Resource not accessible by integration` error when running in workflow. ``` /usr/local/bundle/gems/octokit-4.14.0/lib/octokit/response/raise_error.rb:16:in `on_complete': POST https://api.github.com/repos/i3drobotics/phase-dev/merges: 403 - Resource not accessible by integration // See: https://docs.github.com/rest/reference/repos#merge-a-branch (Octokit::Forbidden) from /usr/local/bundle/gems/faraday-0.17.0/lib/faraday/response.rb:9:in `block...
Thanks for this awesome gh action. Been using it for years now --- I have a new workflow idea and I want to force push / replace another branch with...
Hello, thank you for this handy action. I think it would be a good idea to add outputs to this action. (Merge successful, merge conflicts, merge skipped...) I could maybe...
The action requires repository write permission. This adds the required token permission configuration at the job level using [jobs..permissions](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idpermissions) to the examples.