From 6ea3d1122578495c904fe919181f7818cc5e2aa3 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 7 Dec 2023 13:46:23 +0000 Subject: [PATCH] Remove ack condition for auto-labeling (#157) --- .github/workflows/ack.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ack.yml b/.github/workflows/ack.yml index 87618a7..ced956d 100644 --- a/.github/workflows/ack.yml +++ b/.github/workflows/ack.yml @@ -28,7 +28,6 @@ jobs: # of this step. - name: Auto-add labels uses: release-drafter/release-drafter@v5 - if: ${{ github.event.pull_request.mergeable }} with: # we only want to use the auto-labeler bits: disable-autolabeler: false