Skip to content

Commit d98311d

Browse files
authored
Update the TagBot workflow file (#614)
1 parent 7678d4d commit d98311d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/TagBot.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 0 * * *
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
57
jobs:
68
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710
runs-on: ubuntu-latest
811
steps:
912
- uses: JuliaRegistries/TagBot@v1

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "PredictMD"
22
uuid = "3e7d7328-36f8-4388-bd01-4613c92c7370"
33
authors = ["Dilum Aluthge <[email protected]>", "Ishan Sinha <[email protected]>", "Paul Stey <[email protected]>", "Isabel Restrepo <[email protected]>", "Elizabeth Chen <[email protected]>", "Neil Sarkar <[email protected]>", "Brown Center for Biomedical Informatics <[email protected]>"]
44
doi = "10.5281/zenodo.1291209"
5-
version = "0.34.20"
5+
version = "0.34.21"
66

77
[deps]
88
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"

0 commit comments

Comments
 (0)