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

Commit 20d397f

Browse files
committed
workflows: Migrate repo-lockdown to GitHub Actions
dessant/repo-lockdown#6
1 parent 2786dc1 commit 20d397f

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.github/lockdown.yml

-8
This file was deleted.

.github/workflows/repo-lockdown.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'Repo Lockdown'
2+
on:
3+
pull_request_target:
4+
types: opened
5+
6+
permissions:
7+
pull-requests: write
8+
9+
jobs:
10+
action:
11+
runs-on: ubuntu-lastest
12+
steps:
13+
- uses: dessant/repo-lockdown@v2
14+
with:
15+
process-only: 'prs'

0 commit comments

Comments
 (0)