Skip to content

Commit

Permalink
Update tag_issue.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Nov 27, 2023
1 parent 5132373 commit 4a73d7f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/tag_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@ jobs:
github.rest.issues.createLabel({
owner: context.repo.owner,
repo: context.repo.repo,
'${{ steps.compute_label.outputs.label }}',
'FFFFFF'
})
-
name: Add label to issue
uses: actions/github-script@v6
with:
script: |
name: '${{ steps.compute_label.outputs.label }}',
color: 'FFFFFF'
});
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['${{ steps.compute_label.outputs.label }}']
})
});

0 comments on commit 4a73d7f

Please sign in to comment.