From 7f5d5380ab70a2da7595b3c59d7367953f9c6a89 Mon Sep 17 00:00:00 2001 From: Robbie Coomber Date: Wed, 8 Jan 2025 11:08:07 +0000 Subject: [PATCH] Test autobump script within this PR --- .github/workflows/label-version-bump.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/label-version-bump.yml b/.github/workflows/label-version-bump.yml index 81c02c4..8989447 100644 --- a/.github/workflows/label-version-bump.yml +++ b/.github/workflows/label-version-bump.yml @@ -1,16 +1,14 @@ name: Autobump on: - pull_request: - types: [closed] + pull_request jobs: label-version-bump: name: Bump version based on PR label runs-on: ubuntu-20.04 if: | - github.event.pull_request.merged - && ( + ( contains(github.event.pull_request.labels.*.name, 'bump patch') || contains(github.event.pull_request.labels.*.name, 'bump minor') || contains(github.event.pull_request.labels.*.name, 'bump major')