Skip to content

Commit 1154f00

Browse files
authoredFeb 8, 2020
Install TagBot as a GitHub Action (JuliaGizmos#193)
1 parent a026314 commit 1154f00

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/workflows/TagBot.yml

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

0 commit comments

Comments
 (0)
Please sign in to comment.