-
Notifications
You must be signed in to change notification settings - Fork 57
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
Subsequent pushes to existing PR/branch lead to stuck PR actions #34
Comments
we're also having this problem. would be really nice if this gets fixed soon 🙏 |
how is this issue related to parallel runs? has this been fixed? |
@ottosuess my apologies, closed it by mistake |
@ottosuess do you have some ideas on how this issue might be fixed? Are there any alternative solutions or features you've considered? |
We're having the same issue. We used auto update with kodiak. When that happens, checks start running again. But minutes later the crowdin action force pushes and the checks gets cancelled. |
Even setting a |
Thanks @zomars we'll check this. |
Here's an example calcom/cal.com#6444 EDIT: You can see that But after a minute it gets overridden by crowdin and the checks are cancelled. |
Hi all |
Describe the bug
When a fresh PR/branch is created by the action it seems to use the provided
GITHUB_TOKEN
so the owner of the token is displayed as creator of the PR. When an update to this PR is pushed from the action it seems it uses the defaultgithub.token
andgithub-actions
is the creator of the push. This seems to not allow to run other actions on the updated PR (I suspect to prevent infinite loops). Here's an example: wireapp/wire-webapp#9696.To Reproduce
Steps to reproduce the behavior:
otto-the-bot
and other actions are running through)github-actions
)Expected behavior
Subsequent pushes are created from
otto-the-bot
instead ofgithub-actions
The text was updated successfully, but these errors were encountered: