We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d1ef7 commit e3dba20Copy full SHA for e3dba20
1 file changed
.claude/skills/triage-issue/scripts/post_linear_comment.py
@@ -84,7 +84,7 @@ def graphql(token, query, variables=None):
84
)
85
comments = data.get("data", {}).get("issue", {}).get("comments", {}).get("nodes", [])
86
for c in comments:
87
- if c.get("body", "").startswith("## Automated Triage Report"):
+ if c.get("body", "").startswith("## Issue Triage:"):
88
print(f"Triage comment already exists on {identifier}, skipping")
89
sys.exit(0)
90
0 commit comments