davidizzy/Issue Milestoner

Automatically assign issues to milestones based on criteria

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 24, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: davidizzy/issue-milestoner@af776fee456f58d8b3ba2557ce130431436b14db # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGitHub token with repository accessyes${{ github.token }}
issue-numberIssue number to processyes
target-milestoneTarget milestone to assign to the issueyes
issue-typeOptional issue type filter - checks GitHub issue types (e.g., bug, feature, task)no
issue-labelOptional label filter - checks issue labels (e.g., enhancement, documentation)no
repositoryRepository in the format owner/repo (defaults to current repository)no${{ github.repository }}
namedescription
assignedWhether the issue was assigned to the milestone
milestoneThe milestone that was assigned
reasonReason for the action taken or not taken