mvkaran/Check Issue Assignees with Commenters
Check whether all assignees on a GitHub Issue have commented on the Issue or not
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your GitHub Token on behalf of which the Action will be acting. Usually GITHUB_TOKEN. | yes | — |
| label | The label based on which an Issue has to be searched for | yes | — |
| commentBody | What comment should be added to the Issue once everyone on the assignees have commented | no | All assignees on this Issue have commented! |
Outputs
| name | description |
|---|---|
| allAssigneesHaveCommented | Returns true if all assignees on the Issue have commented |