Browse Source

Better stale/close messages

pull/522/head
Tim Kimber 6 years ago
committed by GitHub
parent
commit
3119ea986c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/stale2.yml

+ 2
- 2
.github/workflows/stale2.yml View File

@ -20,8 +20,8 @@ jobs:
STALE_ISSUE_LABEL: 'stale'
STALE_PR_LABEL: 'stale'
OPERATIONS_PER_RUN: 30
STALE_ISSUE_MESSAGE: 'This issue will be closed as no response'
CLOSE_MESSAGE: 'Closing stale issue'
STALE_ISSUE_MESSAGE: 'This issue will be closed as no updates for 60 days'
CLOSE_MESSAGE: 'Closing stale issue after 90 days of inactivity'
EXEMPT_ISSUE_LABELS: |
bug
documentation


Loading…
Cancel
Save