matheusrosmaninho/github-remove-old-runners
A GitHub Action to remove old GitHub runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | Your GitHub API token | yes | — |
| repo_owner | The owner of the repository | yes | — |
| repo_name | The repository from which to remove old runners | yes | — |
| days_retention | The number of days to keep runners | yes | 30 |
Outputs
| name | description |
|---|---|
| totalPages | The total number of pages processed |
| deletedPages | The number of deleted pages |