Skip to content

Commit 2bfc8bc

Browse files
Disabled automatic issue creation in Linear triage workflow (TryGhost#26540)
no issue - Explicitly declares `create-issue:` with no settings, which removes the auto-summary prompt that was causing the agent to create a GitHub issue on each run (e.g. TryGhost#26538) - Sets `noop: false` to stop the no-op handler from also reporting as an issue
1 parent f34f5dd commit 2bfc8bc

2 files changed

Lines changed: 6 additions & 54 deletions

File tree

.github/workflows/linear-triage.lock.yml

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

.github/workflows/linear-triage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ network:
1919
- node
2020
- mcp.linear.app
2121
safe-outputs:
22-
noop:
23-
max: 1
22+
create-issue:
23+
noop: false
2424
---
2525

2626
# Linear Issue Triage Agent

0 commit comments

Comments
 (0)