[Bug]: New Teal package causes issues that were not there with previous package when assigning a label using attr and a special character #511
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CLA 🔏 | |
| on: | |
| issue_comment: | |
| types: | |
| - created | |
| # For PRs that originate from forks | |
| pull_request_target: | |
| types: | |
| - opened | |
| - closed | |
| - synchronize | |
| jobs: | |
| CLA: | |
| name: CLA 📝 | |
| uses: insightsengineering/.github/.github/workflows/cla.yaml@main | |
| secrets: inherit |