Skip to content

Commit

Permalink
Update contribution-ready-to-be-worked.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona committed Oct 4, 2023
1 parent ba3edb6 commit 2630758
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/contribution-ready-to-be-worked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2630758

Please sign in to comment.