fix(nextjs,clerk-js,types): Stop Clerk component flickering when used in App Router #5020
Workflow file for this run
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: Labeler | |
on: | |
- pull_request_target | |
jobs: | |
triage: | |
timeout-minutes: 3 | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ${{ vars.RUNNER_NORMAL }} | |
steps: | |
- uses: actions/labeler@v4 | |
with: | |
repo-token: ${{ secrets.CLERK_COOKIE_PAT }} |