We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706b731 commit 00752b1Copy full SHA for 00752b1
.github/workflows/stale.yml
@@ -0,0 +1,10 @@
1
+name: 'Close stale issues'
2
+on:
3
+ schedule:
4
+ - cron: '30 1 * * *'
5
+permissions:
6
+ issues: write
7
+
8
+jobs:
9
+ stale:
10
+ uses: cpp-linter/.github/.github/workflows/stale.yml@main
0 commit comments