From 93fe6b742fd1230cad28b7c61bd8941e79f239c5 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Thu, 12 Sep 2024 12:42:32 +0100 Subject: [PATCH] and when labelled --- .github/workflows/label-alpha-bump.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-alpha-bump.yml b/.github/workflows/label-alpha-bump.yml index 531df067f..c2a7c1511 100644 --- a/.github/workflows/label-alpha-bump.yml +++ b/.github/workflows/label-alpha-bump.yml @@ -1,13 +1,16 @@ name: Autobump on: + pull_request: + types: + - labeled # Triggers when any label is added to the PR check_suite: types: - completed + completed # or when a check suite completes jobs: label-alpha-bump: - name: Bump version based on PR label + name: Release alpha version based on PR label runs-on: ubuntu-20.04 if: | github.event.check_suite.conclusion == 'success'