automerge-action
automerge-action copied to clipboard
Gotcha for new repos
For this action to work, it seems you need to change some settings under Repo -> Settings -> GitHub Actions
This might be a new setting, as I haven't seen it documented here or in similar plugins. Might want to add this to the README.

That would be possible, but I think the better way would be to use https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
I believe adding
permissions:
contents: write
to the example workflows in the README should be enough...
I've updated the README, so I think this is fixed now.