repo-lockdown: Add pr comment and fix typo
authorTom Stellard <tstellar@redhat.com>
Mon, 18 Oct 2021 21:31:44 +0000 (14:31 -0700)
committerTom Stellard <tstellar@redhat.com>
Mon, 18 Oct 2021 21:31:44 +0000 (14:31 -0700)
.github/workflows/repo-lockdown.yml

index ee7c1d8..af2e635 100644 (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.