Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 910 Bytes

File metadata and controls

19 lines (14 loc) · 910 Bytes

Issue Assignment Workflow

This repository uses a custom GitHub workflow (.github/workflows/assign-issues.yml) to keep issue assignments fair and active.

Commands

  • /assign: self-assign the issue.
  • /unassign: remove yourself from the issue.
  • The bot may auto-suggest assignment if you comment showing interest.

Limits and eligibility

  • Maximum concurrent assignments per contributor: 2.
  • /assign is enabled only when the issue creator has repository association OWNER, MEMBER, or COLLABORATOR.
  • New contributors (FIRST_TIMER, FIRST_TIME_CONTRIBUTOR, NONE) can use /assign only after they have at least one merged PR in this repository.

Tips for New Contributors

  • Comment /assign on eligible issues to self-assign.
  • Use /unassign if you can’t continue, so others can pick it up.
  • If /assign is rejected, ask a maintainer to assign the issue manually.