Skip to content

Text area incorrectly being converted to array/list #90

@ReenigneArcher

Description

@ReenigneArcher

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.

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions