From 0f53a07d51f9848fc63b2964b41e83cae7b5bb45 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Wed, 8 Jul 2026 16:49:22 +0200 Subject: [PATCH] ci: modernize TagBot workflow Co-Authored-By: Claude Sonnet 5 --- .github/workflows/TagBot.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 2bacdb87..0be1785d 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,22 +4,6 @@ on: types: - created workflow_dispatch: - inputs: - lookback: - default: 3 -permissions: - actions: read - checks: read - contents: write - deployments: read - issues: read - discussions: read - packages: read - pages: read - pull-requests: read - repository-projects: read - security-events: read - statuses: read jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' @@ -29,3 +13,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }} + changelog_format: conventional