Skip to content

Commit 1e8e0f8

Browse files
authored
Merge pull request #728 from WenjieDu/(fix)failed_issue_manager
Fix failed issue manager
2 parents 7d04549 + d1ff084 commit 1e8e0f8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/issue_manager.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: "Close stale issues and PRs"
1+
name: "Issue Manager"
22

33
on:
4+
push:
5+
branches:
6+
- temp_test_manager
47
schedule:
5-
- cron: "0 0 * * *"
8+
- cron: "0 8 * * *"
69
issues:
710
types:
811
- labeled
@@ -19,11 +22,10 @@ jobs:
1922
token: ${{ secrets.GITHUB_TOKEN }}
2023
config: >
2124
{
22-
"$schema": "https://raw.githubusercontent.com/tiangolo/issue-manager/master/schema.json",
2325
"completed": {
2426
"delay": "30 days",
2527
"message": "It seems the issue was completed. Closing it now.",
2628
"remove_label_on_comment": false,
2729
"remove_label_on_close": false
28-
},
30+
}
2931
}

0 commit comments

Comments
 (0)