Merge pull request #272 from JuliaTagBot/master

Install TagBot as a GitHub Action
pull/282/head
Sebastian Pfitzner 2020-02-18 13:10:23 +01:00 committed by GitHub
commit d108e4a1dc
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 }}