From 26307587c4a0828808a7896532956db4b3d167d9 Mon Sep 17 00:00:00 2001 From: "Andrea N. Cardona" Date: Wed, 4 Oct 2023 16:11:13 -0400 Subject: [PATCH] Update contribution-ready-to-be-worked.yml --- .github/workflows/contribution-ready-to-be-worked.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/contribution-ready-to-be-worked.yml b/.github/workflows/contribution-ready-to-be-worked.yml index 4d8f4c5e665f..d4ff7c4f1d14 100644 --- a/.github/workflows/contribution-ready-to-be-worked.yml +++ b/.github/workflows/contribution-ready-to-be-worked.yml @@ -12,11 +12,9 @@ jobs: runs-on: ubuntu-latest if: ${{ ( - contains(github.event.label.name, format('needs{0} code contribution',':')) && (!contains(github.event.issue.labels.*.name, format('needs{0} design contribution', - ':'))) + contains(github.event.label.name, format('needs{0} code contribution', ':')) && (!contains(github.event.issue.labels.*.name, format('needs{0} design contribution', ':'))) ) || ( - contains(github.event.label.name, format('needs{0} code contribution')) && (!contains(github.event.issue.labels.*.name, - format('needs{0} design contribution', ':'))) + contains(github.event.label.name, format('needs{0} design contribution', ':')) && (!contains(github.event.issue.labels.*.name, format('needs{0} code contribution', ':'))) )}} steps: - name: Log github event