action-automerge
action-automerge copied to clipboard
Merge failing with no useful message
After pushing a very minor commit that definitely couldn't cause a merge conflict I am getting this as output:
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
merge main into privateMain
merge branch:main to: privateMain
Error: main merge failed:
This action has been working fine for me up until today, not sure what changed.
Indeed, this one would be very helpful :)
Hi, I'm getting this message and I don't know how to solve this. If you can help me it would be great, Thank you <3
Run mtanzi/action-automerge@v1
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
merge main into gh-pages
merge branch:main to: gh-pages
Error: main merge failed: Resource not accessible by integration
Yes merging is failing
Run mtanzi/action-automerge@v1
[@octokit/rest] const Octokit = require("@octokit/rest")
is deprecated. Use const { Octokit } = require("@octokit/rest")
instead
merge dev into main
merge branch:dev to: main
Error: dev merge failed: Resource not accessible by integration
Do we have any update on this front? Any leads is appreciated
Nothing wrong from the actions, you just need to update the organization or Repo action settings like as below then it will work fine Under your repository name, click Settings. If you cannot see the "Settings" tab, select the dropdown menu, then click Settings.
Under "Workflow permissions", choose GITHUB_TOKEN to have read and write access for all scopes.