Constraints from directives are not applied to generated zod schema #247
This file contains 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"]' |