Linked accounts does not include scope
as set by the user
#10241
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/nissuer@1.9.2 | |
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.*" |