aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2020-01-03 08:49:51 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2020-01-03 08:49:51 +0000
commit773908b6ed9ae734a8e72e87ec306a4e0770db76 (patch)
treecbe765e72f2beedde55c74d86a45777f8ff1c9fb /.github
parent7ab88135d7ba679d91bed8d741ea45fc1f04580e (diff)
downloadalpine_aports-773908b6ed9ae734a8e72e87ec306a4e0770db76.tar.bz2
alpine_aports-773908b6ed9ae734a8e72e87ec306a4e0770db76.tar.xz
alpine_aports-773908b6ed9ae734a8e72e87ec306a4e0770db76.zip
github: disable pull request via lockdown
https://github.com/apps/repo-lockdown
Diffstat (limited to '.github')
-rw-r--r--.github/lockdown.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml
new file mode 100644
index 0000000000..c47cb521b3
--- /dev/null
+++ b/.github/lockdown.yml
@@ -0,0 +1,14 @@
1# Close issues and pull requests
2close: true
3
4# Lock issues and pull requests
5lock: true
6
7pulls:
8 comment: >
9 This repository does not accept Pull Requests (PR) anymore.
10 Development has moved to https://gitlab.alpinelinux.org/alpine/aports
11 Please signup and create a Merge Request (MR) instead.
12 Sorry for the inconvenience caused.
13 lock: true
14