Browse Source

chore: Update stale bot configuration to temporarily avoid touching PRs with 'no-response' label

David Höck 7 months ago
parent
commit
762eef0648
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/stale_bot.yml

+ 2 - 1
.github/workflows/stale_bot.yml

@@ -17,6 +17,8 @@ jobs:
               with:
               with:
                   days-before-stale: 30
                   days-before-stale: 30
                   days-before-close: 3
                   days-before-close: 3
+                  # Temporary fix to avoid touching PRs at all
+                  only-pr-labels: 'no-response'
                   # Act ONLY on issues that *still* have one of these labels
                   # Act ONLY on issues that *still* have one of these labels
                   any-of-issue-labels: |
                   any-of-issue-labels: |
                       status: missing info ❓,
                       status: missing info ❓,
@@ -53,4 +55,3 @@ jobs:
                       days after a reminder.  Please comment with new information and
                       days after a reminder.  Please comment with new information and
                       remove the label to re-open.
                       remove the label to re-open.
                   operations-per-run: 1000
                   operations-per-run: 1000
-                  debug-only: true