From e878f7e3832bd6f3f822ebde5e70377e0e0e329c Mon Sep 17 00:00:00 2001 From: michalChrobot Date: Wed, 2 Apr 2025 10:54:09 +0200 Subject: [PATCH] Corrected If statement --- .github/workflows/conversation-labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conversation-labels.yaml b/.github/workflows/conversation-labels.yaml index 83eca10968..0297464bc5 100644 --- a/.github/workflows/conversation-labels.yaml +++ b/.github/workflows/conversation-labels.yaml @@ -21,7 +21,7 @@ env: jobs: conversation_labels: name: Calculate and update conversation labels of the issue - if: ${{ !github.event.issue.pull_request }} && ${{ github.event.issue.state == 'open' }} + if: ${{ !github.event.issue.pull_request && github.event.issue.state == 'open' }} runs-on: ubuntu-latest permissions: issues: write