Skip to content

Commit 557ca0f

Browse files
committed
Simplify TagBot.
1 parent c323ae7 commit 557ca0f

2 files changed

Lines changed: 13 additions & 25 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: TagBot
2+
on:
3+
issue_comment:
4+
types:
5+
- created
6+
jobs:
7+
TagBot:
8+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: JuliaRegistries/TagBot@v1
12+
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tagbot.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)