9 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
1f32546404 fix: disable min-integrity enforcement in PR AI Slop Review workflow
After updating to gh-aw v0.62.5, the compiled workflow introduced automatic
integrity-based lockdown via the determine-automatic-lockdown step. When only
the default GITHUB_TOKEN is available (no PAT configured), this script sets
GITHUB_MCP_GUARD_MIN_INTEGRITY to 'approved', which blocks the agent from
reading PR content from external contributors (they have lower-than-approved
integrity).

Fix: Set GITHUB_MCP_GUARD_MIN_INTEGRITY to empty string and remove the
min-integrity guard-policy from the GitHub MCP server config so the agent
can read all incoming PR content, which is the entire purpose of this workflow.

The repo restriction (GITHUB_MCP_GUARD_REPOS) is kept intact.

Note: gh aw compile is not available in this environment (private extension,
403 Forbidden), so this is a direct manual edit to the lock file as an
exception to the normal compile-based workflow.

Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clash-verge-rev/clash-verge-rev/sessions/24bdd1b4-1def-43ff-b676-a4f73ba9b267
2026-03-22 17:07:25 +00:00
renovate[bot]
32a6de15d8
chore(deps): update github/gh-aw-actions digest to 853312c (#6579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-21 11:36:49 +00:00
Tunglies
fa868295d8
fix: update script paths in PR AI Slop Review workflow 2026-03-21 19:28:01 +08:00
renovate[bot]
248d464ad3
chore(deps): update github/gh-aw action to v0.62.5 (#6573)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-21 07:31:44 +00:00
renovate[bot]
848a3effcf
chore(deps): update github/gh-aw action to v0.62.4 (#6571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 18:21:07 +00:00
renovate[bot]
2c3255a596
chore(deps): update github/gh-aw action to v0.62.3 (#6558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-20 09:46:13 +00:00
renovate[bot]
fac897ae29
chore(deps): update github/gh-aw action to v0.62.0 (#6551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-19 17:32:16 +00:00
renovate[bot]
75af05860e
chore(deps): update github/gh-aw action to v0.61.0 (#6543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-18 02:24:43 +00:00
Tamás Szabó
9321f0facb
chore(ci): adds aw for AI slop detection in PRs (#6531) 2026-03-18 02:30:45 +08:00