Skip to content

Commit e3dba20

Browse files
committed
fix check
1 parent 39d1ef7 commit e3dba20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/skills/triage-issue/scripts/post_linear_comment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def graphql(token, query, variables=None):
8484
)
8585
comments = data.get("data", {}).get("issue", {}).get("comments", {}).get("nodes", [])
8686
for c in comments:
87-
if c.get("body", "").startswith("## Automated Triage Report"):
87+
if c.get("body", "").startswith("## Issue Triage:"):
8888
print(f"Triage comment already exists on {identifier}, skipping")
8989
sys.exit(0)
9090

0 commit comments

Comments
 (0)