Alex Wilson
Alex Wilson
I'm not sure what the "correct" thing to do here should be. Options include: 1. Check for any pending requirements, and fail the workflow when there are none 2. Attempt...
Yeah, I'm not sure what we should do in that case @JakeChampion. Is using this library a fair enough intent that a user _does_ want something to be merged, even...
Hey, as far as I'm aware app tokens might not have permissions to perform this kind of action as there are restrictions at the app level. You _should_ be able...
Or rather: I believe you may need to do server-to-server OAuth, to get a token for the context of the installation which your repository sits under. Is that how you're...
If you aren't, and depending on how large the work to enable that behaviour is, it might be worth trying to implement this behaviour (I would personally find this behaviour...
sorry - missed this. is this still something you're after @jurijzahn8019?
Hey, quite late to this, but thanks for the contribution - I'll give it a spin this week. :)
Hey, I *think* this is caused by: https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/ - and so the answer should be in https://github.com/alexwilson/enable-github-automerge-action/issues/18. Can you confirm if you're using the default token, or injecting one into...
I _think_ you've hit the nail on the head and that this is another change with Github's permissions, but can't substantiate that because there's no changelog: I'll update the documentation...