Commit ed4b14e
fix: use
When `scopes-git-refs` action was used with a `source: manual` config,
`mergify ci scopes` failed because scope detection isn't possible without
file patterns. Since `scopes-git-refs` only needs base/head refs, use the
dedicated `mergify ci git-refs` command that skips scope detection entirely.
Fixes: MRGFY-6396
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>mergify ci git-refs for scopes-git-refs action (#132)1 parent b882745 commit ed4b14e
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
83 | 89 | | |
84 | | - | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| |||
0 commit comments