diff --git a/plugins/woocommerce-admin/.github/workflows/lint-changelog.yml b/plugins/woocommerce-admin/.github/workflows/lint-changelog.yml index 676a1fc57d1..8541279c96e 100644 --- a/plugins/woocommerce-admin/.github/workflows/lint-changelog.yml +++ b/plugins/woocommerce-admin/.github/workflows/lint-changelog.yml @@ -30,9 +30,8 @@ jobs: shell: bash - name: Add a reminder label to the PR uses: ./.github/actions/pr-labeler - if: github.event.pull_request.user.login != 'renovate[bot]' && !steps.skip-workflow.outputs.skip && always() + if: github.event.pull_request.user.login != 'renovate[bot]' && always() with: access_token: ${{ github.token }} - label: ${{ env.label }} - action: ${{ env.label_action }} - + label: ${{ env.label || 'needs changelog entry' }} + action: ${{ env.label_action || 'remove' }}