Commit Graph

4 Commits

Author SHA1 Message Date
Aaron Powell
833a5c9b5b Use GH_AW_CODEOWNER_PR_TOKEN for PR creation in codeowner-update
Scoped custom token only to create-pull-request safe output.
All other operations use default token fallback chains.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-04 13:35:03 +11:00
Aaron Powell
9767068359 Fix codeowner-update: remove explicit github-token, use default fallback
Without explicit github-token, the compiler generates a proper
fallback chain (GH_AW_GITHUB_TOKEN || GITHUB_TOKEN) ensuring
a valid token is always available for git push operations.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-04 13:21:41 +11:00
Aaron Powell
75b4531d4c Fix codeowner-update auth: add github-token for PR creation (#871)
The default GITHUB_TOKEN cannot push branches in this org.
Add explicit github-token using GH_AW_GITHUB_TOKEN secret
to the create-pull-request safe output.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-04 12:30:58 +11:00
Aaron Powell
338d3e8c6e Add codeowner-update agentic workflow (#870)
Adds an agentic workflow triggered by #codeowner comments on PRs.
It creates a PR against staged updating CODEOWNERS with the PR's
files (in agents/, skills/, instructions/, workflows/, hooks/,
plugins/) owned by the PR creator.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-04 10:22:10 +11:00