suzuki-shunsuke/Close and Lock Discussions
Close and lock a GitHub Discussions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| id | Discussion ID. Either id or number is required | no | — |
| number | Discussion Number. Either id or number is required | no | — |
| github_token | GitHub Access Token | no | ${{github.token}} |
| repo | Discussion Repository | no | — |
| is_close | If true, discussion is closed | no | true |
| is_lock | If true, discussion is locked | no | true |
| close_reason | The reason why the discussion is being closed. One of RESOLVED, OUTDATED, or DUPLICATE. | no | RESOLVED |
| message | If the message is set, the message is posted to the discussion as a comment | no | — |
Outputs
no outputs