Skip to content

Commit b3d24f9

Browse files
committed
turn off scheduled github workflow
1 parent d12f51d commit b3d24f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/auto-close-duplicates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Auto-close duplicate issues
22
description: Auto-closes issues that are duplicates of existing issues
33
on:
4-
schedule:
5-
- cron: "0 9 * * *" # Run daily at 9 AM UTC
4+
# schedule:
5+
# - cron: "0 9 * * *" # Run daily at 9 AM UTC
66
workflow_dispatch:
77

88
jobs:

.github/workflows/auto-close-needs-mre.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Auto-close needs MRE issues
22
description: Auto-closes issues that need minimal reproducible examples after 7 days of author inactivity
33
on:
4-
schedule:
5-
- cron: "0 9 * * *" # Run daily at 9 AM UTC
4+
# schedule:
5+
# - cron: "0 9 * * *" # Run daily at 9 AM UTC
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)