benelan/Add Milestone By Due Date
Add the milestone with the current or farthest due date to pull requests and issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token for the repository. Defaults to `{{ github.token }}` | no | ${{ github.token }} |
| farthest | Set this boolean to `true` if you want to add the milestone with the farthest due date. Defaults to `false`, which adds the current milestone. | no | false |
| overwrite | Set this boolean to `true` if you want the action to overwrite existing milestones on issues. Defaults to `false`, which ends the run if the issue already has a milestone. | no | false |
| single | Set this boolean to `true` if you only have a single milestone open at a time but don't set the due date. Defaults to `false`, which will not select a milestone if it doesn't have a due date, even if there is only one milestone open. | no | false |
Outputs
no outputs