Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/auto-close-duplicates.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Auto-close duplicate issues
description: Auto-closes issues that are duplicates of existing issues
on:
schedule:
- cron: "0 9 * * *"
workflow_dispatch:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lock-closed-issues.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "Lock Stale Issues"

on:
schedule:
# 8am Pacific = 1pm UTC (2pm UTC during DST)
- cron: "0 14 * * *"
workflow_dispatch:

permissions:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sweep.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: "Issue Sweep"

on:
schedule:
- cron: "0 10,22 * * *"
workflow_dispatch:

permissions:
Expand Down