From 7a4a781095628ed78075c4da1d18f52ad2d9e077 Mon Sep 17 00:00:00 2001 From: Eric Davies Date: Fri, 8 Dec 2023 14:35:47 -0600 Subject: [PATCH] Add TagBot lookback to match latest PkgTemplates --- .github/workflows/TagBot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index f49313b..c40b5d8 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,6 +4,9 @@ on: types: - created workflow_dispatch: + inputs: + lookback: + default: 3 jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'