Added drasi.io to network allowed list#7
Draft
ruokun-niu wants to merge 17 commits intomainfrom
Draft
Conversation
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Agentic Workflows (gh-aw) PR reviewer workflows to allow outbound network access to drasi.io, enabling the reviewers’ “load Drasi domain context” step to fetch https://drasi.io/drasi-context.yaml under the workflow firewall.
Changes:
- Added
network.allowed: [defaults, "drasi.io"]to the PR reviewer workflow frontmatter files (pr-*-reviewer.md). - Regenerated the corresponding compiled lock workflows (
pr-*-reviewer.lock.yml) so the firewall allowed-domains lists includedrasi.io.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/pr-testing-reviewer.md | Adds drasi.io to the network allowed list for the testing PR reviewer agent. |
| .github/workflows/pr-testing-reviewer.lock.yml | Regenerated lock workflow to include drasi.io in firewall/allowed domain settings. |
| .github/workflows/pr-security-reviewer.md | Adds drasi.io to the network allowed list for the security PR reviewer agent. |
| .github/workflows/pr-security-reviewer.lock.yml | Regenerated lock workflow to include drasi.io in firewall/allowed domain settings. |
| .github/workflows/pr-prior-art-reviewer.md | Adds drasi.io to the network allowed list for the prior-art PR reviewer agent. |
| .github/workflows/pr-prior-art-reviewer.lock.yml | Regenerated lock workflow to include drasi.io in firewall/allowed domain settings. |
| .github/workflows/pr-docs-reviewer.md | Adds drasi.io to the network allowed list for the docs PR reviewer agent. |
| .github/workflows/pr-docs-reviewer.lock.yml | Regenerated lock workflow to include drasi.io in firewall/allowed domain settings. |
| .github/workflows/pr-design-reviewer.md | Adds drasi.io to the network allowed list for the design PR reviewer agent. |
| .github/workflows/pr-design-reviewer.lock.yml | Regenerated lock workflow to include drasi.io in firewall/allowed domain settings. |
| .github/workflows/pr-correctness-reviewer.md | Adds drasi.io to the network allowed list for the correctness PR reviewer agent. |
| .github/workflows/pr-correctness-reviewer.lock.yml | Regenerated lock workflow to include drasi.io in firewall/allowed domain settings. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+18
to
+21
| network: | ||
| allowed: | ||
| - defaults | ||
| - "drasi.io" |
Comment on lines
+18
to
+21
| network: | ||
| allowed: | ||
| - defaults | ||
| - "drasi.io" |
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
Signed-off-by: ruokun-niu <ruokunniu@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please explain the changes you've made.
Type of change
Fixes: #issue_number