Skip to content

Commit 457f9d1

Browse files
authored
Merge pull request #649 from JuliaMath/giordano-patch-1
Update TagBot.yml
2 parents 06ae335 + 4d02d7a commit 457f9d1

1 file changed

Lines changed: 8 additions & 18 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,20 @@ on:
44
types:
55
- created
66
workflow_dispatch:
7-
inputs:
8-
lookback:
9-
default: "3"
10-
permissions:
11-
actions: read
12-
checks: read
13-
contents: write
14-
deployments: read
15-
issues: read
16-
discussions: read
17-
packages: read
18-
pages: read
19-
pull-requests: read
20-
repository-projects: read
21-
security-events: read
22-
statuses: read
7+
238
jobs:
249
TagBot:
2510
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
11+
# ubuntu-slim doesn't support containers, and thus won't work
2612
runs-on: ubuntu-latest
2713
steps:
28-
- uses: JuliaRegistries/TagBot@v1
14+
- uses: JuliaRegistries/TagBot@304fc93e4623081443fee5b6317ac73b37923574 # v1.25.8
2915
with:
3016
token: ${{ secrets.GITHUB_TOKEN }}
31-
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
17+
# For commits that modify workflow files: SSH key enables tagging, but
18+
# releases require manual creation. For full automation of such commits,
19+
# use a PAT with `workflow` scope instead of GITHUB_TOKEN.
20+
# See: https://github.com/JuliaRegistries/TagBot#commits-that-modify-workflow-files
3221
ssh: ${{ secrets.DOCUMENTER_KEY }}
3322
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
23+
# changelog_format: github # 'custom' (default), 'github', or 'conventional'

0 commit comments

Comments
 (0)