summaryrefslogtreecommitdiff
path: root/.github/workflows/repo-lockdown.yml
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2021-10-18 14:31:44 -0700
committerTom Stellard <tstellar@redhat.com>2021-10-18 14:31:44 -0700
commit3be1f4b8fd53b42c412c307a2a377b0fd6e8cb76 (patch)
tree7bef96946ec4666fd97169dfe607954d51b74915 /.github/workflows/repo-lockdown.yml
parent20d397f853335e9f8e7b1f773e228bed527fd699 (diff)
downloadllvm-3be1f4b8fd53b42c412c307a2a377b0fd6e8cb76.tar.gz
repo-lockdown: Add pr comment and fix typo
Diffstat (limited to '.github/workflows/repo-lockdown.yml')
-rw-r--r--.github/workflows/repo-lockdown.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/repo-lockdown.yml b/.github/workflows/repo-lockdown.yml
index ee7c1d8d4004..af2e635930d4 100644
--- a/.github/workflows/repo-lockdown.yml
+++ b/.github/workflows/repo-lockdown.yml
@@ -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.