Commit 637da14
committed
Fix push-to-pull-request-branch target for workflow_dispatch
The codegen-agentic-fix workflow is always triggered via
workflow_dispatch (from codegen-check.yml), which has no PR context.
The push-to-pull-request-branch safe-output defaulted to target
"triggering", causing every run to fail with "requires pull request
context".
Set target: "*" with labels: [dependencies] so the agent can push to
the PR branch identified by the pr_number input, constrained to PRs
carrying the "dependencies" label (Dependabot PRs).1 parent f2c79b4 commit 637da14
2 files changed
Lines changed: 17 additions & 15 deletions
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 | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments