Skip to content

Commit 6ea2907

Browse files
committed
delete tagbot
1 parent a6e68a9 commit 6ea2907

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/TagBot.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
11
# https://discourse.julialang.org/t/ann-required-updates-to-tagbot-yml/49249
2-
name: TagBot
3-
on:
4-
issue_comment: # THIS BIT IS NEW
5-
types:
6-
- created
7-
workflow_dispatch:
8-
jobs:
9-
TagBot:
10-
# THIS 'if' LINE IS NEW
11-
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
12-
# NOTHING BELOW HAS CHANGED
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: JuliaRegistries/TagBot@v1
16-
with:
17-
token: ${{ secrets.tokenbot }}

0 commit comments

Comments
 (0)