From 757830fa201738602b05d9377644cf457d245c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Esperancinha?= Date: Sun, 7 Jul 2024 09:40:13 +0200 Subject: [PATCH 1/2] Accepts Automated PRs on Sun Jul 7 09:40:13 CEST 2024 --- pr.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pr.md diff --git a/pr.md b/pr.md new file mode 100644 index 00000000..e69de29b From 2cd14a07d6ec08e941e7991707d5fb17e21ed2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Esperancinha?= Date: Sun, 7 Jul 2024 09:40:16 +0200 Subject: [PATCH 2/2] Updates actions --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e9f0915f..098e3f97 100644 --- a/Makefile +++ b/Makefile @@ -165,3 +165,5 @@ deps-plugins-update: curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/pluginUpdatesOne.sh | bash deps-update: update deps-quick-update: deps-cypress-update deps-plugins-update +accept-prs: + curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/acceptPR.sh | bash