aboutsummaryrefslogtreecommitdiffstats
path: root/.github/lockdown.yml
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/lockdown.yml
parent7ab88135d7ba679d91bed8d741ea45fc1f04580e (diff)
github: disable pull request via lockdown
https://github.com/apps/repo-lockdown
Diffstat (limited to '.github/lockdown.yml')
-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 00000000000..c47cb521b33
--- /dev/null
+++ b/.github/lockdown.yml
@@ -0,0 +1,14 @@
+# Close issues and pull requests
+close: true
+
+# Lock issues and pull requests
+lock: true
+
+pulls:
+ comment: >
+ This repository does not accept Pull Requests (PR) anymore.
+ Development has moved to https://gitlab.alpinelinux.org/alpine/aports
+ Please signup and create a Merge Request (MR) instead.
+ Sorry for the inconvenience caused.
+ lock: true
+