From 0c4b3f5dd00de71a96d92031db0cdf14534352ce Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:06:28 +0000 Subject: [PATCH] Update .github/workflows/TagBot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: CiarĂ¡n O'Mara --- .github/workflows/TagBot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 6d2efc1..9bdb8d7 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -5,6 +5,11 @@ on: types: - created workflow_dispatch: + inputs: + lookback: + default: 3 +permissions: + contents: write jobs: TagBot: