diff --git a/Makefile b/Makefile index 469f24a..c85b4bc 100644 --- a/Makefile +++ b/Makefile @@ -130,3 +130,5 @@ deps-cypress-update: deps-plugins-update: curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/pluginUpdatesOne.sh | bash deps-quick-update: deps-cypress-update deps-plugins-update +accept-prs: + curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/acceptPR.sh | bash