You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
denis-tingaikin
changed the title
Fix all automerge actions to be able to work with latest github changes
Fix all automerge actions to be able to work with the latest GitHub changes
Apr 9, 2021
denis-tingaikin
changed the title
Fix all automerge actions to be able to work with the latest GitHub changes
Fix all automerge actions to be able to work with the latest GitHub API
Apr 9, 2021
Motivation
https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
Github changes token permission for bots.
Currently all our auto-merge actions are not working!
Solution
Try to use the
workflow_run
directive for auto-merge actions.The text was updated successfully, but these errors were encountered: