Skip to content

Commit 9bbb562

Browse files
authored
Try to fix auto PR action (#1912)
- Don't show in changelog
1 parent 40e22a0 commit 9bbb562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
179179
It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above,
180180
click "Comment" and let the bot do the rest!
181-
labels: ${{github.event.issue.labels}}
181+
labels: '${{ join(github.event.issue.labels.*.name) }}'
182182

183183
- name: Add card to pending review
184184
uses: peter-evans/create-or-update-project-card@v2

0 commit comments

Comments
 (0)