We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2893e commit 2c06024Copy full SHA for 2c06024
2 files changed
.github/workflows/inactive-issue.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