Commit 007809b
committed
fix: simplify git strategy to use 'git show HEAD' for maintenance branches
- Remove complex HEAD~1..HEAD logic that fails in shallow clones
- Use simple 'git show --name-only HEAD' for maintenance branches
- Fix output parsing to properly extract module names
- Improve verbose logging to show actual strategy used
This approach is much simpler and more reliable:
- No dependency on git history depth
- Cherry-pick commits contain the files that changed
- Works consistently in GitHub Actions environment1 parent eb1019f commit 007809b
File tree
2 files changed
+10
-16
lines changed- .github
- scripts
- workflows
2 files changed
+10
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 67 | + | |
| 68 | + | |
79 | 69 | | |
80 | 70 | | |
81 | 71 | | |
| |||
190 | 180 | | |
191 | 181 | | |
192 | 182 | | |
193 | | - | |
| 183 | + | |
194 | 184 | | |
195 | 185 | | |
196 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
0 commit comments