Commit 43bf198
committed
fix: add a delay before the contributors workflow sets auto-merge
Problem: when auto-merge is set, the PR merges as soon as the required check
status is okay, meaning that the next job that uploads test coverage
always fails (branch is deleted). This is not blocking but kind of untidy.
Solution: introduced a loop that waits for all PR jobs to complete
before auto-merge is enabled.
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>1 parent 56a1aea commit 43bf198
1 file changed
Lines changed: 31 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
85 | 115 | | |
86 | 116 | | |
0 commit comments