kromiii/Stale Flag Detector
Detects potentially stale flags in your unleash project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| unleash-api-endpoint | The URL of the Unleash API (eg. https://unleash.example.com/api) | yes | — |
| unleash-api-token | The API token to use to authenticate against the Unleash API (require admin scope) | yes | — |
| unleash-project-id | The ID of the Unleash project to check | no | default |
| output-format | The format of the output (markdown-unordered-list, markdown-task-list, or regex) | no | regex |
| github-pat | GitHub Personal Access Token for downloading releases | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| flags | Detected stale flags (in regular expression) |