From 4ef3c0ad19b8f052563072885953bceddeebdd73 Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Mon, 8 Jan 2024 20:32:10 -0500 Subject: [PATCH] Experimenting with autotagging... --- .github/workflows/release-auto.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index 1a2706e0..924793fb 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -42,6 +42,7 @@ jobs: runs-on: ubuntu-latest needs: - get_pull_request + if: ${{ contains(needs.get_pull_request.outputs.pull_request_labels, 'release/patch') || contains(needs.get_pull_request.outputs.pull_request_labels, 'release/minor') || contains(needs.get_pull_request.outputs.pull_request_labels, 'release/major') }} steps: - name: Checkout uses: actions/checkout@v2