diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index c021c14f4a4953..bfcb5e2a67b738 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -23,7 +23,7 @@ jobs: - name: Fetch PR sources uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.ref }} + ref: "refs/pull/${{ github.event.number }}/merge" fetch-depth: ${{ env.PR_FETCH_DEPTH }} path: pr-sources diff --git a/README.md b/README.md index 692f2bb3916f5a..75d56d630d5307 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,17 @@ Welcome to the LLVM project! + + + + + This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments. The LLVM project has multiple components. The core of the project is + itself called "LLVM". This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and