repo-lockdown: Add pr comment and fix typo

This commit is contained in:
Tom Stellard
2021-10-18 14:31:44 -07:00
parent 20d397f853
commit 3be1f4b8fd

View File

@@ -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.