Google Oauth failed when Github runs ok : Server error There is a problem with the server configuration. #9739
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 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.*" |