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
38 changes: 19 additions & 19 deletions .github/workflows/changeset.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/changeset.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ timeout-minutes: 20
network:
allowed:
- defaults
- github
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

network.allowed adds the github preset, but the compiled allowlist in changeset.lock.yml still does not include api.github.com (and the PR description shows failures to https://api.github.com/graphql and REST endpoints). To ensure gh api / GitHub API calls work under AWF, add api.github.com explicitly to network.allowed (following the existing pattern used in other workflows, e.g. .github/workflows/copilot-pr-merged-report.md), then recompile the lock file.

Suggested change
- github
- github
- api.github.com

Copilot uses AI. Check for mistakes.
- node
- go
tools:
Expand Down
Loading