π Bug: Zod union not being picked up on zod v4 #3914
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
| jobs: | |
| accessibility_alt_text_bot: | |
| if: ${{ !endsWith(github.actor, '[bot]') }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: github/accessibility-alt-text-bot@9b4b0e03eefd10cfafc676d9b67068ec30b68e90 # v1.7.0 | |
| name: Accessibility Alt Text Bot | |
| on: | |
| issue_comment: | |
| types: | |
| - created | |
| - edited | |
| issues: | |
| types: | |
| - edited | |
| - opened | |
| pull_request: | |
| types: | |
| - edited | |
| - opened | |
| permissions: | |
| issues: write | |
| pull-requests: write |