From 1e715c73c0f03b889d0680d8586db8eed2bbf8a8 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 22 Jan 2019 13:43:52 -0500 Subject: [PATCH] Add Cirrus Actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe06aa8..2b0815f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Send email on failed GitHub Checks](https://github.com/cirrus-actions/email) +- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase) ### Tutorials