Skip to content

Update to LLVM 22.1.0-rc1 #888

Update to LLVM 22.1.0-rc1

Update to LLVM 22.1.0-rc1 #888

Workflow file for this run

# Label pull requests based on the files that are modified.
name: Labeler
on:
pull_request_target:
branches:
- main
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v6
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'