"Token Request Previously Failed" appears when viewing a SP page embedded in Teams with a custom webpart that utilizes the AadHttpClient, but ONLY when an OOB webpart that also requires graph is on the page. #939
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: 'Check for Incomplete Issues' | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
reaction: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@v2 | |
with: | |
github-token: ${{ github.token }} | |
process-only: 'issues' |