mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
To ensure that old/untouched pull requests do not pile up, configure the probot stale bot to mark pull requests without activity in the last 30 days as stale and close them after 14 more days if there is no further activity. The pull requests are marked with the stale label. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
12 lines
515 B
YAML
12 lines
515 B
YAML
---
|
|
# Configuration for probot-stale - https://github.com/probot/stale
|
|
daysUntilStale: 30
|
|
daysUntilClose: 14
|
|
staleLabel: stale
|
|
markComment: >
|
|
Thank you for your contribution! There was no activity in this pull request
|
|
recently. To avoid pull requests to pile up, an automated process marked this
|
|
pull request as stale. It will close this pull request if no further activity
|
|
occurs. The current policy is available at:
|
|
https://github.com//linux-system-roles/network/blob/main/.github/stale.yml
|
|
only: pulls
|