Add users page crashes after accessing as admin due to Zod error #226
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: Issues | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Run Script | |
uses: actions/github-script@v7 | |
with: | |
script: | | |
require('./.github/scripts/issues.cjs')() |