From 0582d29668c0b2e556582cbda40e71abfff6fbe1 Mon Sep 17 00:00:00 2001 From: Jack Champagne <43344745+jack-champagne@users.noreply.github.com> Date: Fri, 25 Apr 2025 02:44:53 +0000 Subject: [PATCH] Update TagBot.yml --- .github/workflows/TagBot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index f49313b6..0cd3114e 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,6 +4,22 @@ 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'