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