actions-marketplace-validations/Toggle awaiting-reply label of issue
Toggle awaiting-reply or any label when issue author or team member comment on issue.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | no | ${{ github.token }} |
| label | Label to toggle when author or team member comment on issue | yes | — |
| ignore-label | Ignore toggling label when this label is found on the issue. | no | — |
| only-if-label | Only perform toggling if this label is found on the issue. | no | — |
| exclude-members | Ignore operation if commented by team member but present in exclude-members | no | — |
| remove-only-if-author | Remove label only if author comments on issue | no | false |
| debug | Debug the action which will print more information on how its running and what's processing | no | — |
Outputs
no outputs