Skip to content

Backport https://github.com/llvm/llvm-project/commit/5c3beb7b1e26d38b… #18

Backport https://github.com/llvm/llvm-project/commit/5c3beb7b1e26d38b…

Backport https://github.com/llvm/llvm-project/commit/5c3beb7b1e26d38b… #18

Workflow file for this run

name: 'Repo Lockdown'
on:
pull_request_target:
types: opened
paths-ignore:
- 'libcxx/**'
- 'libcxxabi/**'
- 'libunwind/**'
- 'runtimes/**'
- 'lldb/**'
permissions:
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: dessant/repo-lockdown@v3
with:
process-only: 'prs'
pr-comment: >
This repository does not accept pull requests.
Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.