directus/Close Stale Issues
Close issues certain days after a stale label has been added
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with read and issue update access to github-repo | yes | ${{ github.token }} |
| github-repo | GitHub `owner/repository` for which stale issues are paused | yes | ${{ github.repository }} |
| stale-label | Label which marks an issue as stale | yes | — |
| days-before-close | Days before an issue is closed after the stale label has been added to it | yes | — |
| close-message | Message on the staled issues when closing | yes | — |
| dry-run | Run the action without effectively closing stale issues | — | false |
Outputs
| name | description |
|---|---|
| closed-issues | List with numbers of all issues that have been closed |