aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/close-invalid-bot.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/close-invalid-bot.yaml')
-rw-r--r--.github/workflows/close-invalid-bot.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/close-invalid-bot.yaml b/.github/workflows/close-invalid-bot.yaml
index f1286011..bec78b4e 100644
--- a/.github/workflows/close-invalid-bot.yaml
+++ b/.github/workflows/close-invalid-bot.yaml
@@ -1,5 +1,5 @@
-# Close issues marked as not_on_github
-name: "Close issues marked as not_on_github"
+# Close issues marked as "not on github"
+name: "Close issues marked as 'not on github'"
on:
schedule:
- cron: '0 */6 * * *'
@@ -14,7 +14,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
state: 'open',
- labels: 'not_on_github',
+ labels: 'not on github',
per_page: 100,
page: 1
});