File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : TagBot
2-
32on :
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"
1511jobs :
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'
You can’t perform that action at this time.
0 commit comments