From 3be1f4b8fd53b42c412c307a2a377b0fd6e8cb76 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 18 Oct 2021 14:31:44 -0700 Subject: [PATCH] repo-lockdown: Add pr comment and fix typo --- .github/workflows/repo-lockdown.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.