From 769ec980f25622511b1ad4e94cfb1c3f5a9e715d Mon Sep 17 00:00:00 2001 From: Jay Chia <17691182+jaychia@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:25:35 -0800 Subject: [PATCH] [CHORE] Allow manual launch of release-drafter.yml (#3283) --- .github/workflows/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 874f1273d7..72c95aa945 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -7,6 +7,8 @@ on: # branches to consider in the event; optional, defaults to all branches: - main + workflow_dispatch: + permissions: # write permission is required to create a github release