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 c477fd8 commit ba3edb6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/contribution-ready-to-be-worked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
runs-on: ubuntu-latest
if:
${{ (
contains(github.event.label.name, 'design contribution needed') &&
(!contains(github.event.issue.labels.*.name, 'development contribution
needed'))
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, 'development
contribution needed') && (!contains(github.event.issue.labels.*.name,
'design contribution needed'))
contains(github.event.label.name, format('needs{0} code contribution')) && (!contains(github.event.issue.labels.*.name,
format('needs{0} design contribution', ':')))
)}}
steps:
- name: Log github event
Expand Down

0 comments on commit ba3edb6

Please sign in to comment.