UNABLE_TO_GET_ISSUER_CERT_LOCALLY when testing locally with SSL #13291
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: Triage issue | |
| on: | |
| issues: | |
| types: [labeled, opened] | |
| issue_comment: | |
| types: [created] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| permissions: | |
| issues: write | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Nissuer | |
| uses: balazsorban44/[email protected] | |
| with: | |
| label-area-prefix: "" | |
| label-area-section: "[Provider|Adapter] type(.*)### Environment" | |
| label-comments: '{ "incomplete": ".github/invalid-reproduction.md", "good first issue": ".github/good-first-issue.md", "help needed": ".github/help-needed.md" }' | |
| reproduction-link-section: "### Reproduction URL(.*)### Describe the issue" | |
| reproduction-invalid-label: "invalid reproduction" | |
| reproduction-issue-labels: "bug," | |
| reproduction-blocklist: "github.com/nextauthjs.*" |