You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome! This is an Intermediate Issue touching core repo automation reliability.
π When this issue is complete, you will have:
β Removed inconsistent hardcoded Good First Issue label checks across automation
β Centralized label handling so future renames are low-risk
β Added verification for workflow/script behavior in real issue/PR scenarios
β Delivered a clean, review-ready PR with evidence
π Problem Description
Good First Issue label handling is currently inconsistent across .github automation:
Some logic uses exact "Good First Issue"
Some logic uses lowercase "good first issue"
Some logic already includes fallback forms in search queries (e.g. "skill: good first issue")
Because label checks are split and inconsistent, automation can silently drift or misfire (assignment gating, recommendation bots, spam-list updates, etc.) when labels or matching logic evolve.
This issue matters because these bots directly affect contributor onboarding and maintainer triage workload. Inconsistent label logic creates avoidable operational noise and review burden.
π‘ Expected Solution
Refactor Good First Issue label usage to a consistent, centralized pattern across relevant .github scripts/workflows, so behavior is reliable today and easy to update in one place later.
The expected outcome is: no behavior regressions, cleaner label matching, and future-proofing for possible label naming updates.
Intermediate issues are high-risk. We expect more than just a 'working solution' and will recommend beginner issues if the PR does not meet these standards.
π Concrete Prerequisites
Advanced Programming Language: Higher level intermediate or advanced programming language.
Expertise: Strong understanding of files related to this issue (research before claiming!).
Proven History: Successfully completed β₯ 5 beginner issues in this repo.
Note
CI/CD Exception: For issues focused on GitHub Actions / Workflows, the repo-specific thresholds above may be waived if the contributor demonstrates intermediate-level proficiency in CI/CD.
If this feels like too big a step, that is completely fine β try a beginner issue first or a different intermediate issue first. You can always come back when you are ready.
β οΈ AI Usage Policy
Using AI to generate code for Intermediate issues is strictly discouraged.
Using AI as the main source of research is strictly discouraged; refer to language and library documentation, protobuf definitions, and other SDKs.
β±οΈ Timeline & Workflow
Typical time: ~2 weeks / ~25 hours.
Completing an intermediate issue in 1β3 days is a red flag.
Tip
Suggested: share your proposed implementation approach as a comment before writing code to get early feedback and avoid wasted effort.
π§ͺ Testing Requirements
For this issue (workflow/script changes), include:
Script-level validation for changed paths (targeted tests where present)
Fork-based end-to-end verification:
Create/open a test issue with Good First Issue label
Intermediate PRs must be working, maintainable, and aligned with SDK architecture.
Working: The implementation must solve the problem and meet the acceptance criteria.
Maintainable: Code should be clear and concise enough for others to understand and debug without your assistance.
SDK Alignment: The solution should fit well with existing SDK patterns and abstractions.
Backward Compatibility: Public API signatures must be preserved.
Comprehensive Testing: Must include unit and integration tests covering all new logic paths, edge cases, and failure modes.
β οΈ Breaking changes
Before changing any function signature, return type, or public API β stop and check.
If a breaking change is unavoidable: get explicit maintainer approval before implementing.
All existing tests should pass as-is.
β PR Quality Checklist
Before opening your PR, confirm:
I have spent the majority of my time researching the problem and solution space extensively, including reviewing relevant code, documentation, and external resources.
My implementation works but is also of high quality, including maintainability, readability, and architectural fit.
I have checked for breaking changes; no public APIs regress.
The system design fits with current Hiero SDK architectural approaches.
Every line of code is personally understood and explainable.
Before requesting a review, confirm:
I have reviewed the diff line by line.
My implementation fully addresses the problem described above.
I did not modify files unrelated to this issue.
Clean git history β no rebase artifacts, merge commits, or unrelated files.
My commits are signed: git commit -S -s -m "chore: description".
I have applied appropriate linting, code quality, and formatting tools used in this repo.
I have included appropriate tests and all CI checks pass.
π Workflow quick reference
You know the workflow β here are the links if you need them:
π§βπ» Intermediate Issue
Welcome! This is an Intermediate Issue touching core repo automation reliability.
π When this issue is complete, you will have:
β Removed inconsistent hardcoded Good First Issue label checks across automation
β Centralized label handling so future renames are low-risk
β Added verification for workflow/script behavior in real issue/PR scenarios
β Delivered a clean, review-ready PR with evidence
π Problem Description
Good First Issue label handling is currently inconsistent across
.githubautomation:"Good First Issue""good first issue""skill: good first issue")Because label checks are split and inconsistent, automation can silently drift or misfire (assignment gating, recommendation bots, spam-list updates, etc.) when labels or matching logic evolve.
This issue matters because these bots directly affect contributor onboarding and maintainer triage workload. Inconsistent label logic creates avoidable operational noise and review burden.
π‘ Expected Solution
Refactor Good First Issue label usage to a consistent, centralized pattern across relevant
.githubscripts/workflows, so behavior is reliable today and easy to update in one place later.The expected outcome is: no behavior regressions, cleaner label matching, and future-proofing for possible label naming updates.
π Background Research
Investigate these files first (primary scope):
.github/scripts/bot-gfi-assign-on-comment.js.github/scripts/bot-assignment-check.sh.github/scripts/bot-next-issue-recommendation.js.github/scripts/update-spam-list.js.github/workflows/bot-intermediate-assignment.yml(uses GFI env).github/ISSUE_TEMPLATE/02_good_first_issue.yml(canonical reference for current label)Related recent refactor pattern to follow:
Reference docs:
docs/sdk_developers/workflow.mddocs/sdk_developers/testing.mdπ οΈ Implementation Notes
π¬ Technical Domains
.github/scripts+ workflow gates)π§ Intermediate Contributors β Prerequisites & Expectations
Caution
Intermediate issues are high-risk. We expect more than just a 'working solution' and will recommend beginner issues if the PR does not meet these standards.
π Concrete Prerequisites
Note
CI/CD Exception: For issues focused on GitHub Actions / Workflows, the repo-specific thresholds above may be waived if the contributor demonstrates intermediate-level proficiency in CI/CD.
If this feels like too big a step, that is completely fine β try a beginner issue first or a different intermediate issue first. You can always come back when you are ready.
β±οΈ Timeline & Workflow
Tip
Suggested: share your proposed implementation approach as a comment before writing code to get early feedback and avoid wasted effort.
π§ͺ Testing Requirements
For this issue (workflow/script changes), include:
/assign, assignment guard, recommendation flow)All CI checks must pass before requesting review.
π‘οΈ Quality & Review Standards
Intermediate PRs must be working, maintainable, and aligned with SDK architecture.
β PR Quality Checklist
Before opening your PR, confirm:
Before requesting a review, confirm:
git commit -S -s -m "chore: description".π Workflow quick reference
You know the workflow β here are the links if you need them:
/assignbelowπ Resources & Support
π Stuck?
Comment on this issue and describe what you have tried. A maintainer will respond.