We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627b3fc commit 4ead689Copy full SHA for 4ead689
2 files changed
.github/workflows/inactiveissue.yml
.github/workflows/stale-cron.yaml
@@ -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