Просмотр исходного кода

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

David Höck 7 месяцев назад
Родитель
Сommit
762eef0648
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .github/workflows/stale_bot.yml

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

@@ -17,6 +17,8 @@ jobs:
               with:
                   days-before-stale: 30
                   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
                   any-of-issue-labels: |
                       status: missing info ❓,
@@ -53,4 +55,3 @@ jobs:
                       days after a reminder.  Please comment with new information and
                       remove the label to re-open.
                   operations-per-run: 1000
-                  debug-only: true