-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I am using this with https://github.com/redhat-plumbers-in-action and sometimes I get failures and noticed it happens when there's a list in the description field. I don't know that it always fails when there's a list though. I've been using this for a few months and have had 2 cases where it fails.
- https://github.com/LizardByte/roadmap/actions/runs/18007999371/job/51232817128
- https://github.com/LizardByte/roadmap/actions/runs/16064049273/job/45335191926
Other issue: redhat-plumbers-in-action/advanced-issue-labeler#396
You can see the description field is an array, and the first line is repeating.
>Run redhat-plumbers-in-action/advanced-issue-labeler@v3
with:
issue-form: {
"is_there_an_existing_issue_for_this_item": [
"I have searched the existing issues"
],
"_repositories": "LizardByte/Sunshine",
"stack": "GitHub actions, Bash/Shell/Scripting",
"description": [
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
],
[
"<img width=\"307\" height=\"108\" alt=\"Image\" src=\"[https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d\](https://github.com/user-attachments/assets/c5d704d4-adb5-4ef6-9557-711ae32c8a9d/)" />"
]
],
"effort": "effort:Large",
"priority": "priority:Medium",
"milestone": "1-3 months",
"dependencies": "For Sunshine this should probably depend on refactoring release-event workflows, similar to how we did standard CI workflows. => https://github.com/LizardByte/roadmap/issues/117"
}
section: _repositories
token: ***
config-path: .github/advanced-issue-labeler.yml
That is coming from this issue: LizardByte/roadmap#116
Metadata
Metadata
Assignees
Labels
No labels