Skip to content

Commit 1d6eccb

Browse files
committed
add config for TagBot via GitHub action
[skip ci]
1 parent 0657282 commit 1d6eccb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/TagBot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Julia TagBot
2+
on:
3+
schedule:
4+
- cron: 0 12 * * *
5+
jobs:
6+
TagBot:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: JuliaRegistries/TagBot@v1
10+
with:
11+
token: ${{ secrets.GITHUB_TOKEN }}
12+
13+

0 commit comments

Comments
 (0)