Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
--dir /tmp
tar xzf "/tmp/${TARBALL}" -C /usr/local/bin fullsend
chmod +x /usr/local/bin/fullsend
fullsend version
fullsend --version

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Action required

1. Protected workflow file modified 📜 Skill insight § Compliance

This PR changes a file under the protected governance/infrastructure path .github/, which must
always receive explicit human review and must not be auto-approved. The PR description provides some
rationale, but the protected-path rule still requires raising a finding for this change.
Agent Prompt
## Issue description
The PR modifies a protected governance/infrastructure path (`.github/workflows/...`). Per policy, this must be explicitly justified/authorized and receive human review (not auto-approval).

## Issue Context
Protected-path changes are higher-risk because they can alter CI behavior and repository governance controls.

## Fix Focus Areas
- .github/workflows/functional-tests.yml[168-168]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


- name: Install OpenShell CLI
if: steps.changes.outputs.relevant != 'false'
Expand Down
Loading