davidizzy/Issue Milestoner
Automatically assign issues to milestones based on criteria
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- MIT
Pinned Snippet
uses: davidizzy/issue-milestoner@af776fee456f58d8b3ba2557ce130431436b14db # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with repository access | yes | ${{ github.token }} |
| issue-number | Issue number to process | yes | — |
| target-milestone | Target milestone to assign to the issue | yes | — |
| issue-type | Optional issue type filter - checks GitHub issue types (e.g., bug, feature, task) | no | — |
| issue-label | Optional label filter - checks issue labels (e.g., enhancement, documentation) | no | — |
| repository | Repository in the format owner/repo (defaults to current repository) | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| assigned | Whether the issue was assigned to the milestone |
| milestone | The milestone that was assigned |
| reason | Reason for the action taken or not taken |