paritytech/Stale PRs Finder
Find what PRs have been stale for a given time
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 | — |
| owner | The name of the org/user that owns the repository | no | — |
| days-stale | How many days have to pass to consider a pull request "stale" | no | 5 |
| noReviews | If true, it will only collect PRs with NO reviews. | no | false |
| ignoreDrafts | If true, it ignore draft Pull Requests. | no | true |
| fileOutput | File to which the output data should be written. | no | — |
| requiredLabels | Collections of labels separated by commas that should be required when searching for a PR. | no | — |
| ignoredLabels | Collections of labels separated by commas that should be ignored 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 |
| stale | Amount of stale prs. 0 if none found. |