Commit 46b16e5
ci(repo-assist): trigger downstream workflows on bot-created PRs
PRs created by Repo Assist are authored under GITHUB_TOKEN, which by
design does not trigger pull_request / pull_request_target workflows.
The result was that Lint PR (conventional-commit check) and build did
not run on PRs like #4560 and the bot's malformed title slipped to main.
Wire up `github-token-for-extra-empty-commit` so safe-outputs pushes
one extra empty commit under a PAT, which restores normal CI triggering.
The `GH_AW_CI_TRIGGER_TOKEN` repo secret (fine-grained PAT with
`contents:write`) needs to be created in repo settings for this to
take effect.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 43bf948 commit 46b16e5
3 files changed
Lines changed: 32 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| 82 | + | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
| |||
0 commit comments