Skip to content

Add scripts and instructions for CodeChecker server setup #1

Add scripts and instructions for CodeChecker server setup

Add scripts and instructions for CodeChecker server setup #1

Workflow file for this run

name: Label PR
on:
pull_request:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4.1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}