Skip to content

Commit

Permalink
ci: Labelling wip [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 4, 2024
1 parent 05fc5fd commit de3e884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labelling-when-code-review-completed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
return '';
}
const result = data
return data
.map((item) => item.replace('@salutejs/', ''))
.map((item) => {
if (item === 'plasma-new-hope') {
Expand All @@ -50,7 +50,7 @@ jobs:
return item;
})
.join('')
.join('');
- name: Add labels
run: |
Expand Down

0 comments on commit de3e884

Please sign in to comment.