File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11name : TagBot
22on :
3- schedule :
4- - cron : 0 * * * *
3+ issue_comment :
4+ types :
5+ - created
6+ workflow_dispatch :
57jobs :
68 TagBot :
9+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710 runs-on : ubuntu-latest
811 steps :
912 - uses : JuliaRegistries/TagBot@v1
1013 with :
1114 token : ${{ secrets.GITHUB_TOKEN }}
15+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 88[ release ] : https://img.shields.io/github/release/JuliaString/Unicode_Entities.jl.svg
99[ release-date ] : https://img.shields.io/github/release-date/JuliaString/Unicode_Entities.jl.svg
1010
11+ [ checks ] : https://img.shields.io/github/checks-status/JuliaString/Unicode_Entities.jl/master
12+
1113[ license-img ] : http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
1214[ license-url ] : LICENSE.md
1315
1416[ gitter-img ] : https://badges.gitter.im/Join%20Chat.svg
1517[ gitter-url ] : https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
1618
17- [ travis-url ] : https://travis-ci.org/JuliaString/Unicode_Entities.jl
18- [ travis-s-img ] : https://travis-ci.org/JuliaString/Unicode_Entities.jl.svg
19- [ travis-m-img ] : https://travis-ci.org/JuliaString/Unicode_Entities.jl.svg?branch=master
20-
2119[ codecov-url ] : https://codecov.io/gh/JuliaString/Unicode_Entities.jl
2220[ codecov-img ] : https://codecov.io/gh/JuliaString/Unicode_Entities.jl/branch/master/graph/badge.svg
2321
2725
2826| ** Julia Version** | ** Unit Tests** | ** Coverage** |
2927| :------------------:| :------------------:| :---------------------:|
30- | [ ![ ] [ julia-release ]] [ julia-url ] | [ ![ ] [ travis-s-img ]] [ travis-url ] | [ ![ ] [ codecov-img ]] [ codecov-url ]
31- | Julia Latest | [ ![ ] [ travis-m-img ]] [ travis-url ] | [ ![ ] [ codecov-img ]] [ codecov-url ]
28+ | [ ![ ] [ julia-release ]] [ julia-url ] | [ ![ ] [ checks ]] [ pkg-url ] | [ ![ ] [ codecov-img ]] [ codecov-url ]
3229
3330Unicode_Entities.jl
3431====================================================================
You can’t perform that action at this time.
0 commit comments