From 7f9b6fe6266ba7948621633ee2f5fe0a36a59838 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Mon, 5 Nov 2018 12:25:17 -0500 Subject: [PATCH 1/3] Add npm-audit-fix-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14c1d54..6a2e18c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ With GitHub Actions you can automate your workflow from idea to production. - [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions) - [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub) - [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions) +- [NPM Audit `--fix`](https://github.com/JasonEtco/npm-audit-fix-action) ### Tutorials From af2df8cff68216c729cd46c5c73d44c8f7bdbc61 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Mon, 5 Nov 2018 12:26:53 -0500 Subject: [PATCH 2/3] Tweak the title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2e18c..3587a5e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ With GitHub Actions you can automate your workflow from idea to production. - [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions) - [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub) - [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions) -- [NPM Audit `--fix`](https://github.com/JasonEtco/npm-audit-fix-action) +- [NPM Audit](https://github.com/JasonEtco/npm-audit-fix-action) ### Tutorials From 1f38d4f3e9568933105c2af5ff12e03f1451b80c Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 20 Nov 2018 14:11:26 -0500 Subject: [PATCH 3/3] Update README.md add more actions :) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14c1d54..066fbf1 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ With GitHub Actions you can automate your workflow from idea to production. - [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions) - [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub) - [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions) +- [Cleanup branches after merge](https://github.com/jessfraz/branch-cleanup-action) +- [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action) ### Tutorials