Skip to content

chore: sync actions from gh-aw@v0.82.6#182

Merged
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.82.6
Jul 8, 2026
Merged

chore: sync actions from gh-aw@v0.82.6#182
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.82.6

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Automated sync of actions from gh-aw at v0.82.6.

@pelikhan pelikhan marked this pull request as ready for review July 8, 2026 13:27
Copilot AI review requested due to automatic review settings July 8, 2026 13:27
@pelikhan pelikhan merged commit cec6394 into main Jul 8, 2026
4 checks passed
@pelikhan pelikhan deleted the sync/gh-aw-v0.82.6 branch July 8, 2026 13:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Syncs a small change from gh-aw@v0.82.6 to make the automatic GitHub MCP guard-policy fallback explicitly treat visibility as public when repository visibility can’t be determined, aligning the emitted outputs with the conservative security posture.

Changes:

  • On error, set the visibility output to public instead of unknown.
  • Update the warning message to reflect the new conservative fallback behavior.
Show a summary per file
File Description
setup/js/determine_automatic_lockdown.cjs Adjusts error-path outputs and warning text for conservative default visibility handling.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

core.setOutput("visibility", "unknown");
core.warning("Failed to determine repository visibility. Defaulting to guard policy min-integrity='approved', repos='all' for security.");
core.setOutput("visibility", "public");
core.warning("Failed to determine repository visibility. Defaulting to visibility='public' (conservative), min-integrity='approved', repos='all' for security.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants