Skip to content

Commit 5f0bfc4

Browse files
authored
chore(repo): remove redundant housekeeping GH action (#1857)
1 parent 256c0ce commit 5f0bfc4

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

.github/workflows/close-inactive-issues.yml renamed to .github/workflows/housekeeping.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Close inactive issues
22
on:
33
schedule:
4-
- cron: "30 1 * * *"
4+
- cron: "0 */6 * * *"
55

66
jobs:
7-
close-issues:
7+
housekeeping:
88
runs-on: ubuntu-latest
99
permissions:
1010
issues: write

.github/workflows/no-response.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)