Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: provider times out when trying to apply a github_issue_label with emojis #2537

Open
1 task done
sym-stiller opened this issue Jan 13, 2025 · 0 comments
Open
1 task done
Labels
Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented

Comments

@sym-stiller
Copy link

Expected Behavior

The provider should be able to create issue labels with emojis in their name. I can successfully create such labels via the Github website, so the API should already support it.

Actual Behavior

My terraform apply times out after a few hours when trying to create an issue label with emojis in its name. The issue label was not created.

Terraform Version

Terraform 1.10.3 (running on a Terraform Cloud Agent)

Affected Resource(s)

  • github_issue_label

Terraform Configuration Files

resource "github_issue_label" "emoji" {
  repository  = github_repository.emoji.name
  name        = "Emoji 🧐"
  color       = "FF8AFB"
  description = "This label can't be terraformed."
}

Steps to Reproduce

  1. Add a github_issue_label resource to your Terraform configuration files
  2. terraform apply
  3. The apply will time out after a few hours and the label wasn't created

Debug Output

No response

Panic Output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@sym-stiller sym-stiller added Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented
Projects
None yet
Development

No branches or pull requests

1 participant