Client Side Live Preview isn't running afterRead hooks #3
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: triage | |
on: | |
issues: | |
types: | |
- opened | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
permissions: | |
issues: write | |
jobs: | |
triage: | |
name: nissuer | |
runs-on: ubuntu-latest | |
steps: | |
- uses: balazsorban44/[email protected] | |
with: | |
label-area-prefix: "" | |
label-area-match: "name" | |
label-area-section: 'Which area\(s\) are affected\? \(Select all that apply\)(.*)### Environment Info' | |
reproduction-comment: '.github/comments/invalid-reproduction.md' | |
reproduction-blocklist: 'github.com/\\w*/?$,github.com$' | |
reproduction-link-section: '### Link to the code that reproduces this issue(.*)### Reproduction Steps' | |
reproduction-invalid-label: 'invalid-reproduction' | |
reproduction-issue-labels: 'status: needs-triage,' |