aboutsummaryrefslogtreecommitdiffstats
path: root/.github/lockdown.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/lockdown.yml')
-rw-r--r--.github/lockdown.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml
new file mode 100644
index 00000000000..7a252a3700b
--- /dev/null
+++ b/.github/lockdown.yml
@@ -0,0 +1,16 @@
+skipCreatedBefore: 2020-01-01
+
+# Close issues and pull requests
+close: true
+
+# Lock issues and pull requests
+lock: false
+
+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
+