relationalai/Abandoned
Finds old, abandoned PRs in a given repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. | — | ${{ github.repository }} |
| days | Number of days before PR should be considered abandoned | no | 7 |
| minNumberOfDays | Min of days the PR left stale should be considered abandoned | no | — |
| maxNumberOfDays | Max of days the PR left stale to be considered abandoned | no | — |
| token | GitHub token | yes | — |
Outputs
| name | description |
|---|---|
| pulls | Array of PR objects (title, ref, sha and url) |