space-wizards / space-wizards/SS14.Labeller
Auto-apply T: based on commit prefixes
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Would be neat if 'T: Bugfix' could be applied if any commits in the PR had 'fix' as a prefix. Could then do similar for 'feat' and 'chore'.
To avoid being messy maybe it only does it on the initial PR creation since I often push 'fix' commits that are fixing an issue local to the PR, and that doesn't necessarily imply the PR itself is a bugfix. (Or it just uses the first commit which is probably "good enough" since it'll still need to be triaged.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the pull-request label application entry point and any tests covering label assignment. The issue proposes deriving T: Bugfix, T: Feature, or T: Chore from fix, feat, or chore commit prefixes, but leaves initial-creation versus first-commit behavior unresolved. Done requires an agreed rule that avoids relabeling later local fix commits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100