Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 3be1f4b

Browse files
committed
repo-lockdown: Add pr comment and fix typo
1 parent 20d397f commit 3be1f4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/repo-lockdown.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ permissions:
88

99
jobs:
1010
action:
11-
runs-on: ubuntu-lastest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: dessant/repo-lockdown@v2
1414
with:
1515
process-only: 'prs'
16+
pr-comment: >
17+
This repository does not accept pull requests.
18+
Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

0 commit comments

Comments
 (0)