Skip to content

Commit

Permalink
[SLATE] Extreme dry-run before real bot launch
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Mar 14, 2022
1 parent d807958 commit 23b52b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/stale.yml
Expand Up @@ -3,7 +3,7 @@
# Full configuration documentation : https://github.com/actions/stale#all-options
# =======================
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 0
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Label to use when marking an issue as stale
Expand All @@ -17,4 +17,6 @@ only-labels: "👍 Fix to be tested"
# 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
remove-pr-stale-when-updated: true
# Dry-run
debug-only: false

0 comments on commit 23b52b3

Please sign in to comment.