-
Notifications
You must be signed in to change notification settings - Fork 33
Description
How would you describe the issue?
First, im not sure if this is a real bug here or something wrong with the config or gh workflow fail, maybe you can help me?
I recently added the workflow for auto-merges here: https://github.com/maglnet/ComposerRequireChecker/blob/3.6.x/.github/workflows/merge-dependabot-upgrades.yml
I wanted that these workflows listed there should all be successfully run and then the PR from dependatbot should be auto-merged.
Here one PR that was merged to fast: maglnet/ComposerRequireChecker#323
What are the expected results?
I would expect that all jobs need to be successful for the auto-merge.
What are the actual results?
The merge happens before all job were green.
How much does it hurt?
The solution would be to put all workflow files into one "Continues Integration" which is really not nice for maintainance. For example here: https://github.com/Roave/BetterReflection/tree/5.0.x/.github/workflows