From c95ee9abdfb344befe8e3a1181198741558b86df Mon Sep 17 00:00:00 2001 From: Anton Podviaznikov Date: Tue, 29 Jan 2019 11:27:46 -0800 Subject: [PATCH] Add two new actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 933dcb4..93e583b 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Test your Actions Locally](https://github.com/tschoffelen/gha) - [Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action) - [Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) (no building, just deploying) +- [Create Pull Request when branch is pushed](https://github.com/repetitive/actions/tree/master/auto-pr) +- [Evaluate Clojure in the issue comment](https://github.com/repetitive/actions/tree/master/clojure) - [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter) - [GitHub Action for JFrog CLI](https://github.com/retgits/actions/tree/master/jfrog-cli)