From 7d3ad3457cc4985d5a8ba13d45838e4414e64fd1 Mon Sep 17 00:00:00 2001 From: jinnatul Date: Thu, 1 Oct 2020 13:05:35 +0600 Subject: [PATCH 1/4] add new utility action (Minisauras) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..14b5557 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug. - [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows. - [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. +- [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch. #### Environments From 03ba5fbcf23a1cf26f98fb1b3b3ee3cc368e9eca Mon Sep 17 00:00:00 2001 From: Romain Barissat Date: Wed, 7 Oct 2020 09:31:06 +0700 Subject: [PATCH 2/4] Add Copybara Action Added [Copybara Action](https://github.com/olivr/copybara-action), an action to move and transform code between repositories (ideal to maintain several repos from one monorepo) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..5451319 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) +- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo) ### Collection of Actions From dc90f3a53abddf29ae2f81f11109d52673083b9b Mon Sep 17 00:00:00 2001 From: Romain Barissat Date: Wed, 7 Oct 2020 09:33:00 +0700 Subject: [PATCH 3/4] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5451319..9d5d67c 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) -- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo) +- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo). ### Collection of Actions From 71a22a4e779e5e2ce12c74d45e61559dd61b7695 Mon Sep 17 00:00:00 2001 From: derkinderfietsen <20744388+derkinderfietsen@users.noreply.github.com> Date: Sun, 11 Oct 2020 01:31:29 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..84453da 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) - [Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle) - [Pull Request Stats](https://github.com/flowwer-dev/pull-request-stats) - Print relevant stats about reviewers. +- [Pull Request Description Enforcer](https://github.com/derkinderfietsen/pr-description-enforcer) - Enforces description on pull requests. ### GitHub Pages