The generated schema here seems invalid, since it results in a non-nullish field kind. Correct would have been:
#275
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/first-label-interaction@v1.0.3 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-labels: '["good first issue"]' |