We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0210f commit 5b64afeCopy full SHA for 5b64afe
.github/workflows/TagBot.yml
@@ -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
7
name: TagBot
8
on:
9
issue_comment:
10
types:
11
- created
12
13
-# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+ workflow_dispatch:
+ inputs:
+ lookback:
+ default: "3"
14
jobs:
15
TagBot:
16
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
17
- runs-on: [ubuntu-latest]
+ runs-on: ubuntu-latest
18
steps:
19
- uses: JuliaRegistries/TagBot@v1
20
with:
0 commit comments