We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81376fe commit b61ce18Copy full SHA for b61ce18
.github/workflows/TagBot.yml
@@ -1,11 +1,15 @@
1
name: TagBot
2
on:
3
- schedule:
4
- - cron: 0 * * * *
+ issue_comment:
+ types:
5
+ - created
6
+ workflow_dispatch:
7
jobs:
8
TagBot:
9
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10
runs-on: ubuntu-latest
11
steps:
12
- uses: JuliaRegistries/TagBot@v1
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
Project.toml
@@ -1,6 +1,6 @@
name = "FastTransforms"
uuid = "057dd010-8810-581a-b7be-e3fc3b93f78c"
-version = "0.15.5"
+version = "0.15.6"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
0 commit comments