Skip to content

Commit

Permalink
Merge branch 'master' into compathelper/new_version/2020-09-06-01-03-…
Browse files Browse the repository at this point in the history
…08-124-776216491
  • Loading branch information
aviks authored Sep 6, 2020
2 parents 699e631 + 96e37de commit 32bf8e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 49 23 * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"

[compat]
Languages = "0.4"
WordTokenizers = "0.5"
julia = "1.3"

[extras]
Expand Down

0 comments on commit 32bf8e9

Please sign in to comment.