Commit 10b49ce
authored
fix: add manual test workflow triggers for automated PRs (#402)
- Fix issue where GitHub Actions bot-created PRs don't automatically trigger test workflows
- Add manual test workflow invocation in daily-version.yml before auto-merge
- Add manual test workflow invocation in package-extension.yml before auto-merge
- Include 10-second delay to allow workflows to start before enabling auto-merge
- Resolves blocked PR state where tests show 'Expected — Waiting for status to be reported'
Fixes automated PR test execution (GitHub Copilot)1 parent c020e7e commit 10b49ce
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
86 | 93 | | |
87 | 94 | | |
0 commit comments