There was an error while loading. Please reload this page.
2 parents 41b25cc + da60727 commit 5bf1692Copy full SHA for 5bf1692
1 file changed
.github/workflows/stale.yml
@@ -1,6 +1,11 @@
1
2
name: Mark stale issues and pull requests
3
4
+permissions:
5
+ contents: write
6
+ issues: write
7
+ pull-requests: write
8
+
9
on:
10
schedule:
11
- cron: "0 0 * * *"
0 commit comments