Skip to content

Commit 59ea613

Browse files
authored
Merge pull request #146 from aminya/massinstallaction/set-up-TagBot
MassInstallAction: Install the TagBot workflow on this repository
2 parents 7396ae0 + 5d9df7e commit 59ea613

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: TagBot
22
on:
3-
create
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
47
jobs:
58
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
610
runs-on: ubuntu-latest
711
steps:
812
- uses: JuliaRegistries/TagBot@v1
913
with:
1014
token: ${{ secrets.GITHUB_TOKEN }}
15+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)