rehababotalep/Auto Close Sub-Issues
Automatically closes all sub-issues associated with a parent issue when the parent is closed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for authentication. | yes | — |
| issue_number | The issue number of the parent issue. | yes | — |
| repository | The repository in 'owner/repo' format. | yes | — |
Outputs
| name | description |
|---|---|
| closed_count | The number of sub-issues that were successfully closed. |
| total_count | The total number of sub-issues found, including already-closed ones. |