Browse Source

Update stale.yml exempt-issue-labels bug fix (#1098)

5.0
Glenn Jocher GitHub 4 years ago
parent
commit
9eae82e3a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/stale.yml

+ 1
- 1
.github/workflows/stale.yml View File

@@ -14,5 +14,5 @@ jobs:
stale-pr-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
days-before-stale: 30
days-before-close: 5
exempt-issue-label: 'documentation,tutorial'
exempt-issue-labels: 'documentation,tutorial'
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.

Loading…
Cancel
Save