summaryrefslogtreecommitdiff
path: root/close-github-pull-requests.service
diff options
context:
space:
mode:
Diffstat (limited to 'close-github-pull-requests.service')
-rw-r--r--close-github-pull-requests.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/close-github-pull-requests.service b/close-github-pull-requests.service
new file mode 100644
index 0000000..3db7870
--- /dev/null
+++ b/close-github-pull-requests.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=close github mirror pull requests
+
+[Service]
+User=github-mirror
+ExecStart=/git/bin/close-all-github-pull-requests.sh
+Type=oneshot