Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeowner-update.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/codeowner-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ safe-outputs:
base-branch: staged
title-prefix: "[codeowner] "
draft: false
github-token: ${{ secrets.GH_AW_GITHUB_TOKEN }}
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

github-token is now required for PR creation, but the workflow doesn’t appear to validate that secrets.GH_AW_GITHUB_TOKEN is set/non-empty. If it’s missing, failures later in the run can be hard to diagnose. Consider adding an explicit validation step (similar to the existing COPILOT_GITHUB_TOKEN validation) to fail fast with a clear message.

Copilot uses AI. Check for mistakes.
add-comment:
max: 1
noop:
Expand Down