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 1a92a0a commit cd875e5Copy full SHA for cd875e5
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,19 @@
1
+on:
2
+ schedule:
3
+ - cron: "0 0 * * *"
4
+
5
+jobs:
6
+ issue-manager:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: tiangolo/issue-manager@master
10
+ with:
11
+ token: ${{ secrets.GITHUB_TOKEN }}
12
+ config: >
13
+ {
14
+ "answered": {
15
+ "users": ["tiangolo"],
16
+ "delay": 864000,
17
+ "message": "Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues."
18
+ }
19
0 commit comments