mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
repo-lockdown: Add pr comment and fix typo
This commit is contained in:
5
.github/workflows/repo-lockdown.yml
vendored
5
.github/workflows/repo-lockdown.yml
vendored
@@ -8,8 +8,11 @@ permissions:
|
||||
|
||||
jobs:
|
||||
action:
|
||||
runs-on: ubuntu-lastest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/repo-lockdown@v2
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user