From 2b588423e928c3d9a2b39f820a34486388336785 Mon Sep 17 00:00:00 2001 From: Rob Luke Date: Fri, 2 Feb 2024 14:11:44 +1100 Subject: [PATCH] Fix TagBot (#63) --- .github/workflows/TagBot.yml | 16 ++++++++++++++++ Project.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 529b2897..6cb40660 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' diff --git a/Project.toml b/Project.toml index 9eb9767a..e588e64f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AuditoryStimuli" uuid = "8341a549-d843-5d3b-924f-10e41641b3ea" authors = ["Robert Luke "] -version = "0.1.1" +version = "0.1.2" [deps] DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"