Commit 4117aea1 authored by Orta's avatar Orta Committed by GitHub

Merge pull request #6745 from CocoaPods/dani_add_probot_stale

[GitHub] Add probot/stale configuration
parents 80334c51 ace72c87
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 90
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale
exemptLabels:
- "t1: enhancement"
# Label to use when marking as stale
staleLabel: "s1:awaiting input"
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: >
This issue will be auto-closed because there hasn't been any activity for a few months.
Feel free to [open a new one](https://github.com/CocoaPods/CocoaPods/issues/new) if you still experience this problem :+1:
# Limit to only `issues`
only: issues
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment