Skip to content

Commit 8be48b0

Browse files
authored
Merge pull request #1 from TensorKitchen/add-TagBot
Update TagBot.yml
2 parents 31a561e + 010fa43 commit 8be48b0

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
name: TagBot
2-
32
on:
43
issue_comment:
54
types:
65
- created
76
workflow_dispatch:
87
inputs:
98
lookback:
10-
default: 3
11-
12-
permissions:
13-
contents: write
14-
9+
description: "[DEPRECATED] No longer has any effect"
10+
default: "3"
1511
jobs:
1612
TagBot:
1713
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
14+
# ubuntu-slim doesn't support containers, and thus won't work
1815
runs-on: ubuntu-latest
1916
steps:
20-
- uses: JuliaRegistries/TagBot@v1
17+
- uses: JuliaRegistries/TagBot@6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1 # v1.25.7
2118
with:
2219
token: ${{ secrets.GITHUB_TOKEN }}
20+
# For commits that modify workflow files: SSH key enables tagging, but
21+
# releases require manual creation. For full automation of such commits,
22+
# use a PAT with `workflow` scope instead of GITHUB_TOKEN.
23+
# See: https://github.com/JuliaRegistries/TagBot#commits-that-modify-workflow-files
2324
ssh: ${{ secrets.DOCUMENTER_KEY }}
25+
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
26+
# changelog_format: github # 'custom' (default), 'github', or 'conventional'

0 commit comments

Comments
 (0)