git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitd6f9ae875175bd6907e04c20ae1425783359ecb9
parent1f44d12ce8
authorIsaac Freund <[email protected]>
date2024-05-14 12:55
github: automatically close prs

 .github/workflows/close_prs.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.github/workflows/close_prs.yml b/.github/workflows/close_prs.yml
new file mode 100644
index 0000000..af5122e
--- /dev/null
+++ b/.github/workflows/close_prs.yml
@@ -0,0 +1,18 @@
+name: Close Pull Request
+
+on:
+  pull_request_target:
+    types: [opened]
+
+jobs:
+  run:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: superbrothers/close-pull-request@v3
+      with:
+        comment: |
+          Thanks for your interest in contributing to river!
+
+          Unfortunately, you are in the wrong place. As stated in the README, this github repo is a read-only mirror and development happens on codeberg: https://codeberg.org/river/river.
+
+          Please open a pull request on codeberg instead.