Skip to content

Commit cf44774

Browse files
codebytesCopilot
andcommitted
Fix issue triage agent: remove lockdown mode
Remove lockdown: true from the issue triage agent workflow. Lockdown requires a GH_AW_GITHUB_TOKEN secret which is not configured. The default mode with roles-based access control is sufficient for this public demo repo. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 492dc87 commit cf44774

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

.github/workflows/issue-triage-agent.lock.yml

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

.github/workflows/issue-triage-agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ permissions:
88
issues: read
99
tools:
1010
github:
11-
# For now we are enabling lockdown mode for this workflow since it processes issues from the public repo and we want to ensure it only processes trusted input from maintainers.
12-
lockdown: true
1311
toolsets: [issues, labels]
1412
safe-outputs:
1513
add-labels:

0 commit comments

Comments
 (0)