This website works better with JavaScript.
Home
Help
Sign In
JuliaTeX
/
TikzPictures.jl
mirror of
https://github.com/JuliaTeX/TikzPictures.jl.git
Watch
1
Star
0
Fork
0
Code
Issues
Releases
38
Activity
Browse Source
Install TagBot as a GitHub Action
pull/52/head
Julia TagBot
11 months ago
parent
bf4343c448
commit
df41daa05e
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
.github/workflows/TagBot.yml
+ 11
- 0
.github/workflows/TagBot.yml
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 }}
Write
Preview
Loading…
Cancel
Save