Skip to content

Commit 4ead689

Browse files
committed
ci: autoclose uses maas-github-workflows
1 parent 627b3fc commit 4ead689

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

.github/workflows/inactiveissue.yml

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

.github/workflows/stale-cron.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Close inactive issues
2+
on:
3+
schedule:
4+
- cron: "0 0 * * *"
5+
6+
jobs:
7+
close-issues:
8+
uses: canonical/maas-github-workflows/.github/workflows/stale-cron.yaml@v0
9+
secrets: inherit

0 commit comments

Comments
 (0)