Skip to content

Commit

Permalink
feat: auto label issues based on service(s) selected
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored and lemeurherveCB committed Jan 10, 2023
1 parent fe53744 commit dd42ff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/autolabels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
with:
template-path: .github/ISSUE_TEMPLATE/1-report-issue.yml
- run: echo "ISSUE_LABELS=$(echo '${{ fromJSON(steps.issue-parser.outputs.jsonString)?.services }}' | tr '[:upper:]' '[:lower:]' | sed 's/"//g' | sed 's/ //g')" >> $GITHUB_ENV
- run: echo ${{ env.ISSUE_LABELS }}
- uses: andymckay/labeler@master
with:
add-labels: ${{ env.ISSUE_LABELS }}
Expand Down

0 comments on commit dd42ff2

Please sign in to comment.