Skip to content

Commit 4e2bed0

Browse files
committed
Rel 4.5.3 - TagBot, CompatHelper
1 parent 2bac4a3 commit 4e2bed0

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: TagBot
22
on:
3-
issue_comment:
3+
issue_comment: # THIS BIT IS NEW
44
types:
55
- created
6-
workflow_dispatch:
6+
workflow_dispatch:
77
jobs:
88
TagBot:
9+
# THIS 'if' LINE IS NEW
910
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
11+
# NOTHING BELOW HAS CHANGED
1012
runs-on: ubuntu-latest
1113
steps:
12-
- uses: actions/checkout@v1
1314
- uses: JuliaRegistries/TagBot@v1
1415
with:
1516
token: ${{ secrets.GITHUB_TOKEN }}
17+
ssh: ${{ secrets.DOCUMENTER_KEY }}

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name = "StatisticalRethinking"
22
uuid = "2d09df54-9d0f-5258-8220-54c2a3d4fbee"
3-
authors = ["Rob J Goedman <goedman@icloud.com>, Max Lapan (@Shmuma)"]
4-
version = "4.5.2"
3+
version = "4.5.3"
54

65
[deps]
76
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"

0 commit comments

Comments
 (0)