We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5e51ab + 066a9fe commit d43ea9aCopy full SHA for d43ea9a
.github/workflows/TagBot.yml
@@ -1,7 +1,8 @@
1
name: TagBot
2
on:
3
- schedule:
4
- - cron: 0 * * * *
+ issue_comment: # https://discourse.julialang.org/t/ann-required-updates-to-tagbot-yml/49249
+ types:
5
+ - created
6
jobs:
7
TagBot:
8
runs-on: ubuntu-latest
docs/Project.toml
@@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
[compat]
-Documenter = "0.24"
+Documenter = "0.27"
0 commit comments