Skip to content

Commit 6f605f3

Browse files
Fix: set min-integrity to none so agent can read issue content
The gh-aw v0.62.5 DIFC policy blocks untrusted content by default. Issues are user-submitted (integrity: none), but the agent required 'approved'. Set min-integrity: none to allow reading all issues. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cbb73d2 commit 6f605f3

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/issue-classification.lock.yml

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-classification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ permissions:
2626
tools:
2727
github:
2828
toolsets: [default]
29+
min-integrity: none
2930
safe-outputs:
3031
staged: true
3132
add-labels:

0 commit comments

Comments
 (0)