We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e22a0 commit 9bbb562Copy full SHA for 9bbb562
.github/workflows/auto-pr.yml
@@ -178,7 +178,7 @@ jobs:
178
179
It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above,
180
click "Comment" and let the bot do the rest!
181
- labels: ${{github.event.issue.labels}}
+ labels: '${{ join(github.event.issue.labels.*.name) }}'
182
183
- name: Add card to pending review
184
uses: peter-evans/create-or-update-project-card@v2
0 commit comments