When using typesPrefix: "I" we want to avoid prefix for enum by adding "enumPrefix": false #274
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: good first issue | |
| on: [issues] | |
| jobs: | |
| labels: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: Code-Hex/[email protected] | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-labels: '["good first issue"]' |