servercentral/Stale PRs Finder
Find all of the stale PRs for a repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The token to access the repo | yes | — |
| repo | The repository to fetch the issues from | no | — |
| days-since-created | How many days have to pass to consider a pull request "stale" | no | 1 |
| ignoreDrafts | If true, it ignore draft Pull Requests. | no | true |
| excludeLabels | Set of labels which should be excluded from the search | no | — |
| requiredLabels | Collections of labels separated by commas that should be required when searching for a PR. | no | — |
Outputs
| name | description |
|---|---|
| repo | The name of the repo in owner/repo pattern |
| data | A JSON object with the data |
| message | A markdown formatted message |