We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189b50f commit 9e6d297Copy full SHA for 9e6d297
.github/workflows/TagBot.yml
@@ -1,9 +1,12 @@
1
name: TagBot
2
on:
3
- schedule:
4
- - cron: 0 * * * *
+ issue_comment:
+ types:
5
+ - created
6
+ workflow_dispatch:
7
jobs:
8
TagBot:
9
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10
runs-on: ubuntu-latest
11
steps:
12
- uses: JuliaRegistries/TagBot@v1
Project.toml
@@ -1,7 +1,7 @@
name = "StructuralCausalModels"
uuid = "a41e6734-49ce-4065-8b83-aff084c01dfd"
authors = ["Rob J Goedman <goedman@mac.com>"]
-version = "0.1.5"
+version = "0.1.6"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
0 commit comments