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 1
1
name : TagBot
2
2
on :
3
- schedule :
4
- - cron : 0 * * * *
3
+ issue_comment :
4
+ types :
5
+ - created
6
+ workflow_dispatch :
5
7
jobs :
6
8
TagBot :
9
+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
7
10
runs-on : ubuntu-latest
8
11
steps :
9
12
- uses : JuliaRegistries/TagBot@v1
10
13
with :
11
14
token : ${{ secrets.GITHUB_TOKEN }}
15
+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 8
8
[ release ] : https://img.shields.io/github/release/JuliaString/Unicode_Entities.jl.svg
9
9
[ release-date ] : https://img.shields.io/github/release-date/JuliaString/Unicode_Entities.jl.svg
10
10
11
+ [ checks ] : https://img.shields.io/github/checks-status/JuliaString/Unicode_Entities.jl/master
12
+
11
13
[ license-img ] : http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
12
14
[ license-url ] : LICENSE.md
13
15
14
16
[ gitter-img ] : https://badges.gitter.im/Join%20Chat.svg
15
17
[ gitter-url ] : https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
16
18
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
-
21
19
[ codecov-url ] : https://codecov.io/gh/JuliaString/Unicode_Entities.jl
22
20
[ codecov-img ] : https://codecov.io/gh/JuliaString/Unicode_Entities.jl/branch/master/graph/badge.svg
23
21
27
25
28
26
| ** Julia Version** | ** Unit Tests** | ** Coverage** |
29
27
| :------------------:| :------------------:| :---------------------:|
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 ]
32
29
33
30
Unicode_Entities.jl
34
31
====================================================================
You can’t perform that action at this time.
0 commit comments