Skip to content

Commit d43ea9a

Browse files
authored
Merge pull request #440 from Saransh-cpp/patch-1
Trigger tagbot on issue comments
2 parents a5e51ab + 066a9fe commit d43ea9a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/TagBot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 * * * *
3+
issue_comment: # https://discourse.julialang.org/t/ann-required-updates-to-tagbot-yml/49249
4+
types:
5+
- created
56
jobs:
67
TagBot:
78
runs-on: ubuntu-latest

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "0.24"
5+
Documenter = "0.27"

0 commit comments

Comments
 (0)