Skip to content

Commit 555afbe

Browse files
authored
Update TagBot.yml
1 parent ad89652 commit 555afbe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: TagBot
2+
23
on:
34
schedule:
4-
- cron: 0 * * * *
5+
- cron: '20 00 * * *'
6+
issues:
7+
types: [closed, reopened]
8+
59
jobs:
610
TagBot:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)