Skip to content

Commit 5b64afe

Browse files
authored
Update TagBot.yml
1 parent ab0210f commit 5b64afe

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/TagBot.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
2-
# This GitHub action checks whether a new version of this package
3-
# has been registred in the official registry.
4-
# If so, it creates a new _release_:
5-
# https://github.com/fonsp/PlutoUI.jl/releases
6-
71
name: TagBot
82
on:
93
issue_comment:
104
types:
115
- created
12-
13-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
6+
workflow_dispatch:
7+
inputs:
8+
lookback:
9+
default: "3"
1410
jobs:
1511
TagBot:
1612
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
17-
runs-on: [ubuntu-latest]
13+
runs-on: ubuntu-latest
1814
steps:
1915
- uses: JuliaRegistries/TagBot@v1
2016
with:

0 commit comments

Comments
 (0)