Skip to content

Commit

Permalink
[SLATE] Disable bot
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Mar 14, 2022
1 parent 2db2461 commit 94c2d2f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/stale.yml
Expand Up @@ -12,11 +12,15 @@ staleLabel: "🤖 Slate"
#exemptLabels:
# - pinned
# - security
# Only issues/PRs with ALL these labels are checked
only-labels: "👍 Fix to be tested"
# Only issues/PRs with ANY of these labels are checked
any-labels:
- "👍 Fix to be tested"
# Order to get issues/PRs
ascending: true
# Remove stale label from issues on updates/comments
remove-issue-stale-when-updated: true
# Remove stale label from PRs on updates/comments
remove-pr-stale-when-updated: true
# Dry-run
operations-per-run: 0
debug-only: true

0 comments on commit 94c2d2f

Please sign in to comment.