Skip to content

Commit 22f963b

Browse files
committed
fix: add lockdown false to github tool config
The issue-triage example workflow uses lockdown: false to allow reading issue content. Without it, lockdown mode filters content and blocks get_issue calls.
1 parent d75fc5d commit 22f963b

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/flock-action.lock.yml

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/flock-action.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tools:
2222
edit:
2323
github:
2424
toolsets: [context, issues, pull_requests]
25+
lockdown: false
2526
bash: [git, cat, jq]
2627

2728
mcp-servers:

0 commit comments

Comments
 (0)