Skip to content

Commit 2c06024

Browse files
committed
ci: autoclose uses maas-github-workflows
1 parent 1b2893e commit 2c06024

2 files changed

Lines changed: 9 additions & 27 deletions

File tree

.github/workflows/inactive-issue.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)