[CI / DRC]: DRC Check CI fails due to "Name conflict in kfactory.kcell::name at line 691" #47
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: Auto-label PDK issues | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - edited | |
| - deleted | |
| - pinned | |
| - unpinned | |
| - closed | |
| - reopened | |
| - assigned | |
| - unassigned | |
| - unlabeled | |
| - locked | |
| - unlocked | |
| - transferred | |
| - milestoned | |
| - demilestoned | |
| jobs: | |
| label: | |
| uses: doplaydo/pdk-ci-workflow/.github/workflows/issue.yml@main |