From 21f0f889d8ca183fd787115921ba2b992bc6b185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A0=C9=AA=E1=B4=84=E1=B4=9B=E1=B4=8F=CA=80=20=CA=99?= =?UTF-8?q?=E1=B4=8A=E1=B4=87=CA=9F=E1=B4=8B=CA=9C=E1=B4=8F=CA=9F=E1=B4=8D?= Date: Fri, 23 Feb 2018 13:44:05 +0100 Subject: [PATCH] Disable make-ci-update-pr.js --- make-ci-update-pr.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make-ci-update-pr.js b/make-ci-update-pr.js index 9e443f2..1c06d6c 100644 --- a/make-ci-update-pr.js +++ b/make-ci-update-pr.js @@ -1,3 +1,5 @@ +console.log('Temporary disabled as its actions are destructive') +process.exit(0) (async () => { const opn = require('opn') const exec = require('execa')