status-im / status-github-bot

A bot for github
https://status-github-bot.herokuapp.com/
ISC License
11 stars 12 forks source link

Allow separate configuration of stale timeout for PRs #29

Closed pedropombeiro closed 5 years ago

pedropombeiro commented 5 years ago

Currently, there's a single parameter (stale/daysUntilStale) which applies to both issues and PRs. We need to add a separate override parameter for PRs (stale/daysUntilPullRequestStale). If present, it will override stale/daysUntilStale for PRs.