gcampbell-msft/Close issues marked as fixed upon a release.
Close issues marked as fixed upon a release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Access token that can access and update issues. | no | ${{ github.token }} |
| label | Label for bugs that should be closed upon a release | no | fixed-pending-release |
| removeLabel | Boolean indicating whether the label should be removed from the issues. | no | false |
| applyToAll | Boolean indicating whether the action should apply to all issues with the label, or only open issues. | no | false |
| message | The message to be included in a comment on the issues to be closed. | no | :tada: This issue has now been fixed and is now available in the latest release! :tada: |
| isExternalRelease | Boolean indicating whether the release is external to GitHub. If it is, no GitHub release will be found. | no | false |
Outputs
no outputs