Skip to content

Commit 3b95dac

Browse files
committed
ci: skip issue triage compliance check when issue has assignees
The stale workflow exempts assigned issues from auto-close, so labeling them "issue needs work" and threatening auto-closure was misleading. Similarity search still runs.
1 parent ea9cae3 commit 3b95dac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/issue-triage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
Do TWO things, in order.
4444
4545
=== 1. Compliance check ===
46+
First, check if the issue has any assignees. If it does, skip this entire section — the stale workflow exempts assigned issues from auto-close, so labeling "issue needs work" would be misleading. Proceed directly to step 2.
47+
48+
If there are no assignees, continue:
49+
4650
The repo uses issue templates (bug, feature request, generic). Each template has placeholder prompts like:
4751
"A clear and concise description of what the bug is."
4852
"Steps to reproduce the bug: 1. 2. 3. 4."

0 commit comments

Comments
 (0)