Skip to content

Commit

Permalink
ci: wrap PR base label in quotes (#25432)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Jan 25, 2024
1 parent 44fcacb commit 3f51277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
const labelsToAdd = []
const pullRequest = {
baseLabel: ${{ github.event.pull_request.base.label }},
baseLabel: '${{ github.event.pull_request.base.label }}',
number: ${{ github.event.pull_request.number }},
title: process.env.PULL_REQUEST_TITLE,
labelsNames: ${{ github.event.pull_request.labels }}.map(
Expand Down

0 comments on commit 3f51277

Please sign in to comment.