bflad/Milestone Comment
Comment on Milestone Issues and Pull Requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| body | Content of comment for issues and pull requests. | yes | — |
| milestone | Numeric identifier of milestone. | no | ${{ github.event.milestone.number }} |
| state | Issue and pull request state. Only those in this state will receive a comment. Valid values are `all`, `closed`, or `open`. | no | all |
| token | GitHub token to perform actions. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| ids | Numeric identifiers of all issues and pull requests that received comments. |