Skip to content

Add integration tests to the CICD pipeline #1946

Add integration tests to the CICD pipeline

Add integration tests to the CICD pipeline #1946

Workflow file for this run

name: Labeler
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ${{ vars.RUNNER_LARGE }}
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.CLERK_COOKIE_PAT }}