Browse Source

chore: Simplify close issue message in stale bot configuration

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

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

@@ -50,8 +50,7 @@ jobs:
                       P4: low
                   stale-issue-label: stale
                   close-issue-message: >
-                      Closed automatically because the **{{issue.labels}}** label is
-                      still present and there has been no activity for {{days-before-close}}
+                      Closed automatically because there has been no activity for {{days-before-close}}
                       days after a reminder.  Please comment with new information and
                       remove the label to re-open.
                   operations-per-run: 1000