Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all automerge actions to be able to work with the latest GitHub API #819

Closed
denis-tingaikin opened this issue Apr 9, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@denis-tingaikin
Copy link
Member

denis-tingaikin commented 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.

@denis-tingaikin denis-tingaikin added bug Something isn't working enhancement New feature or request labels Apr 9, 2021
@denis-tingaikin denis-tingaikin self-assigned this Apr 9, 2021
@denis-tingaikin 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 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
This was referenced Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant