← Back to issue list

Contributors script should filter out bots

View original Github issue

Metadata

Project
starflow
Number
#164
Type
issue
State
closed
Author
lengau
Labels
Created
Updated
Closed

Current evaluation

Closed without resolution or implementation. No pull requests or comments were created to add [bot] filtering to the contributors script.

Suggested action:

No scores available.

Issue body

If a username includes `[bot]`, the contributors script should exclude that user.

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Closed without resolution or implementation. No pull requests or comments were created to add [bot] filtering to the contributors script.
qwen/qwen3.6-35b-a3b
Staleness: 10
Complexity: 15
Confidence: 90
Support Request: 5
needs triage Contributors script needs to filter out usernames containing [bot]. Currently unlabelled and awaiting triage.
qwen3.6-35b-a3b-mtp-q6
Staleness: 0
Complexity: 10
Confidence: 90
Support Request: 10
needs triage Contributors script currently includes bot usernames in its output. The issue requests filtering out any user with [bot] in their name. Currently unlabelled and awaiting maintainer triage.

Update history

Date Change
closed

Related issues

Issue Project State Summary Similarity
#165 feat(contributors): exclude all bot accounts from contributors output starflow merged Merged PR updates the contributors script to exclude all GitHub bot accounts by filtering logins containing [bot]. Replaces hardcoded exclusions with a generic pattern. Approved and passed CI checks.
71%