Actions not running in merge queue when enqueued by github-actions bot #70310
-
Select Topic AreaQuestion BodyWe have a GitHub action set up to automatically approve and enqueue (add to the merge queue) dependabot PRs. The action is defined here based on Automating Dependabot with GitHub Actions. But when the action adds the PR to the merge queue, the actions for the merge queue aren't started and the PR ends up timing out and being removed from the queue. Here's an example PR of that happening: osbuild/images#210
Looking at the actions while the PR is on the merge queue shows that the actions aren't started. Is this a permission issue? A problem with the merge strategy or merge queue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Trying a different token because this might be due to the bot token not triggering actions as a protection against recursive triggering: osbuild/images#212 |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, I think you've solved my problems! |
Beta Was this translation helpful? Give feedback.
Trying a different token because this might be due to the bot token not triggering actions as a protection against recursive triggering: osbuild/images#212