Merge pull request #1030 from JuliaTagBot/master

Install TagBot as a GitHub Action
This commit is contained in:
Dhairya Gandhi 2020-02-19 21:47:31 +05:30 committed by GitHub
commit 8f7a0bb264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/workflows/TagBot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}