name: 00-pr_scanner on: pull_request: types: [opened, reopened, synchronize, ready_for_review] branches: - 'master' - 'main' - 'dev' paths-ignore: - '**.yaml' - '**.md' - '**.sh' - 'website/*' - 'examples/*' - 'docs/*' - 'build/*' - '.github/*' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: pr-scanner: permissions: pull-requests: write uses: ./.github/workflows/a-pr-scanner.yaml with: RELEASE: "" CLIENT: test secrets: inherit