From dd20be87e671553ac013b0c00f3eef8c7ad48e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pogeant?= Date: Mon, 13 Apr 2020 17:08:56 +0200 Subject: [PATCH 01/85] Add Golint action inside Linting subsection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a10fa56..2cf4f3a 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) +- [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action) #### Security From 725acb3a01f4ba04c8c3c237dc6aecca504df512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pogeant?= Date: Mon, 13 Apr 2020 17:05:05 +0200 Subject: [PATCH 02/85] Add Goimports action inside Dynamic Analysis section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a10fa56..8e7aff1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Collection of Actions](#collection-of-actions) - [Utility](#utility) - [Static Analysis](#static-analysis) + - [Dynamic Analysis](#dynamic-analysis) - [Monitoring](#monitoring) - [Pull Requests](#pull-requests) - [GitHub Pages](#github-pages) @@ -277,6 +278,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action) - [Update repository go report card](https://github.com/creekorful/goreportcard-action) +### Dynamic Analysis + +- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action) + ### Monitoring - [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action) From 3aa4596d3ba3b26e04f2a0e0d363df4f929ac268 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 1 May 2020 10:26:34 +0200 Subject: [PATCH 03/85] =?UTF-8?q?Add=20=E2=80=9E=20Annotate=20a=20Github?= =?UTF-8?q?=20Pull=20Request=20based=20on=20a=20Checkstyle=20XML-report?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a1227a..ebac323 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screeshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Annotate a Github Pull Request based on a Checkstyle XML-report](https://github.com/staabm/annotate-pull-request-from-checkstyle) ### GitHub Pages From 5dde52974d16e5c0f36afe1aafe94572506a0f28 Mon Sep 17 00:00:00 2001 From: Damien Senger Date: Sun, 10 May 2020 15:02:34 +0200 Subject: [PATCH 04/85] Add Highlight New NPM Dependencies action This commit introduces the [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) to this list of GitHub actions, in the `Dependencies` section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..fb0e78b 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comment pull requests with information about new NPM dependencies added. #### Semantic Versioning From 3bcb0430c802c1b868749379ec995c8d7767fda5 Mon Sep 17 00:00:00 2001 From: Sarisia Date: Thu, 14 May 2020 13:23:41 +0900 Subject: [PATCH 05/85] Add actions-status-discord action https://github.com/sarisia/actions-status-discord --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..78c0fff 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) +- [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) ### Deployment From 079dee608fff1daef29f564e6dde4af6f8bc3e36 Mon Sep 17 00:00:00 2001 From: Jason Field <4923914+Xorima@users.noreply.github.com> Date: Thu, 21 May 2020 23:16:55 +0100 Subject: [PATCH 06/85] Add Actionshub Actions Hub are a community of github actions, mainly focused around ensuring great actions can always be released going forward --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..2bb592c 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [GitHub Actions for Docker](https://github.com/docker/github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) +- [Actions Hub](https://github.com/actionshub) ### Utility From 7d923995ba8023e5969155cf5d6a3ec5e3414cbb Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 24 May 2020 02:43:19 +0200 Subject: [PATCH 07/85] Set up Docker Buildx action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..b52d808 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) +- [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) #### Kubernetes From 8a6a76859e76eaaedc9359f21dba3e263d79dac2 Mon Sep 17 00:00:00 2001 From: Andrew Slotin Date: Mon, 25 May 2020 18:32:22 +0200 Subject: [PATCH 08/85] Add go-proxy-pull-action Add an action to pull Go modules on release to warm up the proxy cache and update documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..a9b101a 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) +- [Pull the new Go module version into the proxy cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. #### Environments From 7169538f6441b953550e0db84ca2c9b97e9a0bb1 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Tue, 26 May 2020 11:51:28 -0700 Subject: [PATCH 09/85] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a44777..2ac764a 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action) - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) - [Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action) +- [Automatically Dockerize a data-science repository as a Jupyter Server](https://github.com/machine-learning-apps/repo2docker-action) +- [Azure Machine Learning w/GitHub Actions)[https://github.com/machine-learning-apps/ml-template-azure] ### Build From 995b194ff3cad4b8521f0dd2deb22736ea4bcc02 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Tue, 26 May 2020 17:02:55 -0700 Subject: [PATCH 10/85] Update README.md Co-authored-by: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac764a..7afefa6 100644 --- a/README.md +++ b/README.md @@ -452,7 +452,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) - [Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action) - [Automatically Dockerize a data-science repository as a Jupyter Server](https://github.com/machine-learning-apps/repo2docker-action) -- [Azure Machine Learning w/GitHub Actions)[https://github.com/machine-learning-apps/ml-template-azure] +- [Azure Machine Learning w/GitHub Actions](https://github.com/machine-learning-apps/ml-template-azure) ### Build From 4a5dc6a49cab8a96b8fed514e5b56da6095ce765 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Wed, 27 May 2020 10:02:51 +0200 Subject: [PATCH 11/85] Add "Remove Old Artifacts" to GitHub Tools and Management https://github.com/c-hive/gha-remove-artifacts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a44777..88c1631 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) +- [Remove Old Artifacts](https://github.com/c-hive/gha-remove-artifacts) ### Collection of Actions From 525b73fe952d2fbf14254733b578b53da737bedf Mon Sep 17 00:00:00 2001 From: rlespinasse Date: Thu, 28 May 2020 10:28:45 +0200 Subject: [PATCH 12/85] Add 'git-commit-data-action' action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..05f9186 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Expose Git Commit Data As Environment Variables](https://github.com/rlespinasse/git-commit-data-action) ### Collection of Actions From 9134158559f511531466d627a746a6edfe5efbb9 Mon Sep 17 00:00:00 2001 From: Ashutosh Gangwar Date: Mon, 1 Jun 2020 15:10:36 +0530 Subject: [PATCH 13/85] Add "Validate Fastlane Supply Metadata" to README.md https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..493ceda 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) +- [Validate Fastlane Supply metadata against the Play Store guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) #### Security From fd24f98c6de40b656e30964ddc6d1a1471e8ad83 Mon Sep 17 00:00:00 2001 From: Kai Norman Clasen Date: Tue, 2 Jun 2020 18:12:29 +0200 Subject: [PATCH 14/85] Add external-repo-sync-action https://github.com/kai-tub/external-repo-sync-action Provides a GitHub action to push files/binaries to external repositories. Per default, the action uses the wiki of the current repo, but you can specify other repos as well. Is a rsync and git wrapper with some presets to allow easy inclusion/exclusion of files. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..8c63b41 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Sync Defined Files/Binaries to Wiki or External Repositories](https://github.com/kai-tub/external-repo-sync-action) ### Collection of Actions From ffb54480ec5b9fd4feaae1e7a4b4f995604b048e Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Tue, 2 Jun 2020 21:32:55 -0600 Subject: [PATCH 15/85] Add Ticket Check Action Action that automatically adds ticket or issue numbers to the start of all pull request titles. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..8e9773a 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Automatically add a ticket or issue number to the start of all Pull Request titles](https://github.com/neofinancial/ticket-check-action) ### GitHub Pages From c33393d5b61a6329725e09ddff9c67bf5a541711 Mon Sep 17 00:00:00 2001 From: Jan Zenkner Date: Wed, 10 Jun 2020 18:05:03 +0000 Subject: [PATCH 16/85] Update terraform action collection The old collection was superseded by a setup-terraform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7554853..533b8b1 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Set up your GitHub Actions workflow with a specific version of your programming ### Collection of Actions -- [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions) +- [Use HashiCorp's Terraform](https://github.com/hashicorp/setup-terraform) - [GitHub Actions for Yarn 1](https://github.com/Borales/actions-yarn) - [GitHub Actions for Yarn 2](https://github.com/sergioramos/yarn-actions) - [GitHub Actions for Golang](https://github.com/cedrickring/golang-action) From feb6b523d035336015397d6f774893b19a12b8cc Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Thu, 11 Jun 2020 00:06:45 -0400 Subject: [PATCH 17/85] Added ref-to-tag action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..922ebbe 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) +- [Convert branch or tag name into Docker-compatible image tag](https://github.com/ankitvgupta/ref-to-tag-action/) #### Kubernetes From eef8e3dae08613cdcf9b19adc5c7fb9b277688e6 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Fri, 12 Jun 2020 07:50:36 -0500 Subject: [PATCH 18/85] add tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..df701fd 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) +- [Deploying Self-Hosted Github Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted Github Actions runners with Docker and Docker Swarm to DigitalOcean. > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information From 29555c1d8bd7fab96d61100262f40a3ce8929f37 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Fri, 12 Jun 2020 07:53:32 -0500 Subject: [PATCH 19/85] update Github to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df701fd..2008a4d 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) -- [Deploying Self-Hosted Github Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted Github Actions runners with Docker and Docker Swarm to DigitalOcean. +- [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information From 1c25da0251b3e15837f849dfcda5f0fbc127e3c6 Mon Sep 17 00:00:00 2001 From: Jonathan <6438760+IgnusG@users.noreply.github.com> Date: Fri, 12 Jun 2020 15:18:57 +0200 Subject: [PATCH 20/85] Add Jest Reporter action This action does not run jest, it simply parses its output and displays annotations. https://github.com/IgnusG/jest-report-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..4a64d71 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) - [Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery) - [Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action) +- [Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action) #### Linting From ddfe15844ca30cfbe0bad699ec7e6fac04d08883 Mon Sep 17 00:00:00 2001 From: Jeroen Knoops Date: Sun, 14 Jun 2020 15:57:09 +0100 Subject: [PATCH 21/85] Add link how to setup self-hosted runners Add link to tutorial how to setup auto-scaled self-hosted github actions runners. https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..2a34ede 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) +- [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information From 683017ffad5945299015c9bac7af9b506918a0d3 Mon Sep 17 00:00:00 2001 From: Ben Elgar Date: Tue, 16 Jun 2020 15:16:45 +0100 Subject: [PATCH 22/85] Add create a Kubernetes cluster action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..990a18f 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) +- [Create a Kubernetes cluster for testing using Krucible](https://github.com/Krucible/krucible-github-action) #### AWS From 38e69b5e3c553425d8d75fa6378830d2f87adfa2 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Tue, 16 Jun 2020 19:59:45 -0400 Subject: [PATCH 23/85] Add full-scale GitHub wiki page action My GitHub wiki page is based on one that is already listed https://github.com/Decathlon/wiki-page-creator-action but the mine is different in that it allows for any type of file, not just Markdown, and allows for deletion of pages if the file is deleted, unlike the other repository in which if the files are deleted, then the wiki DOES NOT reflect that (as in the wiki's page is still there). Repo: https://github.com/Andrew-Chen-Wang/github-wiki-action Marketplace: https://github.com/marketplace/actions/github-wiki-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..c588c7f 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Create/Update/Delete your GitHub wiki pages based on any file](https://github.com/Andrew-Chen-Wang/github-wiki-action) ### Collection of Actions From 5e9349d4a0a006ff76ca1dcbb3104d3566360e98 Mon Sep 17 00:00:00 2001 From: Amadeusz Sadowski Date: Sun, 21 Jun 2020 00:57:29 +0200 Subject: [PATCH 24/85] Add "pwsh-script" - rich PowerShell Script runner Repo: https://github.com/Amadevus/pwsh-script This action sets up variables like `$github` or `$strategy`, imports a module with cmdlets for sending workflow commands (e.g. Write-ActionWarning) and sets script's result as an action output. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..454f815 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. #### Environments From 6b242c5a17a73012893fb006687f97c793880ffd Mon Sep 17 00:00:00 2001 From: yokawasa Date: Sun, 21 Jun 2020 23:54:35 +0900 Subject: [PATCH 25/85] Added an entry for ecctl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..6314ce4 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl and cache on the runner. #### Environments From 2cd765d7df63e9b059d9433f0d6b12ddd5afc928 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Sun, 28 Jun 2020 15:05:22 +0200 Subject: [PATCH 26/85] Add Cache Yarn dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..07ec901 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [Cache Yarn dependencies](https://github.com/c-hive/gha-yarn-cache) #### Semantic Versioning From f7de777bcc4b152861cffa259eebc415123afcc3 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Sun, 28 Jun 2020 15:07:41 +0200 Subject: [PATCH 27/85] Add Cache NPM dependencies https://github.com/c-hive/gha-npm-cache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..51d9197 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [Cache NPM dependencies](https://github.com/c-hive/gha-npm-cache) #### Semantic Versioning From 017ef2710427014599ef77a36ddedd7131c25f86 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Sun, 28 Jun 2020 15:10:46 +0200 Subject: [PATCH 28/85] Add Reply to Stale Bots https://github.com/c-hive/fresh-bot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..84e8711 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) +- [Reply to Stale Bots](https://github.com/c-hive/fresh-bot) ### Deployment From 21d6c861938fcc92eacd9f382044651ee89f220e Mon Sep 17 00:00:00 2001 From: yokawasa Date: Sun, 5 Jul 2020 16:44:41 +0900 Subject: [PATCH 29/85] Added action-setup-kube-tools --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6314ce4..881ada2 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl and cache on the runner. +- [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. +- [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. #### Environments From c73da75d9ab489249f8c6513dd41a466d8f6e355 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 17:17:03 +0200 Subject: [PATCH 30/85] Add github-env-vars-action. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..421143c 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - :rocket: A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! #### Environments From 0c181c5bcd5c741c96a6beb01ce33211a90ad411 Mon Sep 17 00:00:00 2001 From: Leo Hanisch Date: Wed, 22 Jul 2020 17:21:21 +0200 Subject: [PATCH 31/85] Add "Publish VS Code Extension" Action Add https://github.com/HaaLeo/publish-vscode-extension to the deployment list. This action allows to publish to the Open VSX Registry as well as to the Visual Studio Marketplace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..72f748c 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) - [Run Ansible Playbooks](https://github.com/arillso/action.playbook) - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) +- [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension) #### Docker From 88b5941ce4e7447b53aca545651b70f84f5a6fb4 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 21:02:37 +0200 Subject: [PATCH 32/85] Fix awesome-lint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421143c..d235646 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - :rocket: A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! :rocket: #### Environments From 5b388ee2e46dc3ac5d52149809542045e14db84b Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 21:04:30 +0200 Subject: [PATCH 33/85] Fix awesome-lint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d235646..12810cc 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! :rocket: +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more :rocket:! #### Environments From 963a0496df794e4b8e861b95c6fc955b68df767d Mon Sep 17 00:00:00 2001 From: karancode Date: Sun, 26 Jul 2020 00:45:30 +0900 Subject: [PATCH 34/85] Add 'kustomize' github action https://github.com/karancode/kustomize-github-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..109cf78 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) +- [Kustomize kubernetes config YAMLs](https://github.com/karancode/kustomize-github-action) #### AWS From 26aa9d2f690b8eca67ece0fe7efe5008258e14d8 Mon Sep 17 00:00:00 2001 From: karancode Date: Sun, 26 Jul 2020 00:48:18 +0900 Subject: [PATCH 35/85] use Title Casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 109cf78..b617594 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) -- [Kustomize kubernetes config YAMLs](https://github.com/karancode/kustomize-github-action) +- [Kustomize Kubernetes Config YAMLs](https://github.com/karancode/kustomize-github-action) #### AWS From 8c5b34b65336a8f2ba9c2deba60e16993059f68e Mon Sep 17 00:00:00 2001 From: jonelantha <57597570+jonelantha@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:32:12 +0100 Subject: [PATCH 36/85] Add gatsby-s3-action Deployment Action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..88aaa6f 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files. - [GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook) - [Setup Mint](https://github.com/fabasoad/setup-mint-action) - Setup Mint (programming language for writing single page applications). +- [Gatsby AWS S3 Deployment](https://github.com/jonelantha/gatsby-s3-action) - Deploy Gatsby to S3 (supports CloudFront). ### Machine Learning Ops From 2e44da1c41e38408b9806aafa75dbc9fafc1216d Mon Sep 17 00:00:00 2001 From: John McBride Date: Fri, 31 Jul 2020 09:40:37 -0600 Subject: [PATCH 37/85] Update with Prow Github Actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..c0bdd64 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Prow Github Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. ### Collection of Actions From 9af7cf9beceb203a930c4cb7bb6dc5f352224ad9 Mon Sep 17 00:00:00 2001 From: John McBride Date: Fri, 31 Jul 2020 10:33:43 -0600 Subject: [PATCH 38/85] Fix GitHub casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0bdd64..35faa47 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) -- [Prow Github Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. +- [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. ### Collection of Actions From 49ef9ff9c3c9931496f5d2c6f553fbe107f3b063 Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Wed, 5 Aug 2020 07:12:59 -0600 Subject: [PATCH 39/85] Remove actionspanel link We're shutting down this service since GitHub supports manual triggers on their own now: https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/ --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2a34ede..5b16ef8 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action) - [Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action) - [Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action) -- [Manually trigger your GitHub Actions from a UI](https://www.actionspanel.app) - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) - [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) - [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it) From 1d8053ac02f18fb784cc40b8c35a14671e1c7b61 Mon Sep 17 00:00:00 2001 From: Rob van der Leek Date: Sun, 9 Aug 2020 14:12:52 +0200 Subject: [PATCH 40/85] Add Create Issue Branch Action Add [Create Issue Branch](https://github.com/robvanderleek/create-issue-branch) Action. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..1ab3616 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Create Issue Branch](https://github.com/robvanderleek/create-issue-branch) ### Collection of Actions From 3dc68accef7f63864ff5b4e719802aa4192cd029 Mon Sep 17 00:00:00 2001 From: Nicolas Gebauer Date: Wed, 12 Aug 2020 14:01:46 -0400 Subject: [PATCH 41/85] Add Pull Request Lint With Regex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..d9b9dc0 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action) ### GitHub Pages From 2e828342e935bac970a152bc663f29e009e5c7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mart=C3=ADn?= Date: Sat, 15 Aug 2020 19:29:03 +0200 Subject: [PATCH 42/85] Add Teamwork.com github action This PR adds the action to keep the PRs in sync with Teamwork.com tasks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..80dd0c8 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) +- [Keep your PRs in sync with Teamwork.com tasks](https://github.com/miguelbemartin/teamwork-github) ### Deployment From f61bcea1a29301df5e4613b6c04c28303c572fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mart=C3=ADn?= Date: Sat, 15 Aug 2020 19:38:19 +0200 Subject: [PATCH 43/85] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80dd0c8..df206aa 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) -- [Keep your PRs in sync with Teamwork.com tasks](https://github.com/miguelbemartin/teamwork-github) +- [Keep your PRs in sync with Teamwork tasks](https://github.com/miguelbemartin/teamwork-github) ### Deployment From 6f644bbee99c6de76e4739ee446068993bea4243 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:30:59 +0200 Subject: [PATCH 44/85] Deploy effectively to GitHub Pages with advanced settings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..804d77b 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google) - [A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages) - [Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action) - Deploy to custom directory and ignore folder/file. +- [Deploy effectively to GitHub Pages](https://github.com/crazy-max/ghaction-github-pages) - With advanced settings (signed commits, check GitHub Pages Status). ### Notifications and Messages From a10cbe34b73192183f644c11f92696a51ec791ee Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:38:22 +0200 Subject: [PATCH 45/85] Check GitHub Status in your workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..fc3b02d 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Check GitHub Status in your workflow](https://github.com/crazy-max/ghaction-github-status) ### Collection of Actions From 9cfb941eebb2e9e02edeaa05a948a6c3a61266cd Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:53:48 +0200 Subject: [PATCH 46/85] Compress with UPX action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..f7068f7 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. #### Environments From 8441357e5802a0f4045b9b45f54f312c5d0d6d8f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:58:41 +0200 Subject: [PATCH 47/85] Easily import a GPG key --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..722b052 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) +- [Easily import a GPG key](https://github.com/crazy-max/ghaction-import-gpg) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. #### Environments From 92e92a35ac44a40629b4a2aef38b0ff0e3b83c73 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 14:01:07 +0200 Subject: [PATCH 48/85] Upload and scan files with VirusTotal action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..fd7c0be 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Upload and scan files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments From 47ecb20aaf5122c8698278235fe620b90c093e11 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 14:04:02 +0200 Subject: [PATCH 49/85] Manage labels on GitHub (create/rename/update/delete) as code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..920f8c7 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Manage labels on GitHub (create/rename/update/delete) as code](https://github.com/crazy-max/ghaction-github-labeler) ### Collection of Actions From f1a70b8fe96e562f7ed69a310eb15bcbb152d544 Mon Sep 17 00:00:00 2001 From: Bharathvaj Date: Sun, 23 Aug 2020 22:12:40 +0530 Subject: [PATCH 50/85] Add clockworksms action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..188db2e 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) +- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) From 160311a4744b9e058f66ad1f4262746c7c8e4de1 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 14:56:53 -0500 Subject: [PATCH 51/85] Adding "Pull Request Landmines" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..c0562b0 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) ### GitHub Pages From 2a2898b6752a056456990b6016175e33c2eba231 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 15:10:02 -0500 Subject: [PATCH 52/85] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0562b0..14a8cbb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [Official Documentation](https://help.github.com/en/actions) -- [Official Actions organization](https://github.com/actions) +- [Official Actions organization](https://github.com/actions/) - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. - [actions/runner](https://github.com/actions/runner) - The Runner for GitHub Actions. - [GitHub Blog Announcement](https://github.blog/2018-10-17-action-demos/) From 490f4578c1c01e54e76460899ff1a0d7c6710dc1 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 15:12:04 -0500 Subject: [PATCH 53/85] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a8cbb..231a80f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [Official Documentation](https://help.github.com/en/actions) -- [Official Actions organization](https://github.com/actions/) +- Official Actions organization - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. - [actions/runner](https://github.com/actions/runner) - The Runner for GitHub Actions. - [GitHub Blog Announcement](https://github.blog/2018-10-17-action-demos/) From aac999692f5fac722805890e1913696269e7790c Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:06:45 -0600 Subject: [PATCH 54/85] Remove duplicate link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da25a2..7e85bbf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) -> A curated list of awesome things related to [GitHub Actions](https://github.com/actions). +> A curated list of awesome things related to GitHub Actions. Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production. From 3149665bacd5a729a0eea8185b30ffdc9457b7b4 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:16:16 -0600 Subject: [PATCH 55/85] Clarify description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0e78b..272fe52 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) -- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comment pull requests with information about new NPM dependencies added. +- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comments on pull requests newly added NPM dependencies information. #### Semantic Versioning From 65e0b498b1ec6a963f4e5524af3a94cc842fa96b Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:34:10 -0600 Subject: [PATCH 56/85] Change to title casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 493ceda..c9c3a70 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) -- [Validate Fastlane Supply metadata against the Play Store guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) +- [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) #### Security From f14f46e1549ac4af664eb5454f84a4b5ca604e22 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:43:07 -0600 Subject: [PATCH 57/85] Change to Title Casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 990a18f..4099640 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) -- [Create a Kubernetes cluster for testing using Krucible](https://github.com/Krucible/krucible-github-action) +- [Create a Kubernetes Cluster for Testing Using Krucible](https://github.com/Krucible/krucible-github-action) #### AWS From 2f9ac9eeb47ade54fd5ac1b9786649b3b498748f Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 27 Aug 2020 16:52:27 -0600 Subject: [PATCH 58/85] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9773a..0e504e1 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) -- [Automatically add a ticket or issue number to the start of all Pull Request titles](https://github.com/neofinancial/ticket-check-action) +- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles ### GitHub Pages From a1b99bbe8dd8ad6e48977012cba4f6ae55b44589 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 00:54:16 +0200 Subject: [PATCH 59/85] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3b02d..d48629c 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) -- [Check GitHub Status in your workflow](https://github.com/crazy-max/ghaction-github-status) +- [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) ### Collection of Actions From c59e22866273b4bfc9a07888befdc7dc38ea0fc9 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:56:32 -0600 Subject: [PATCH 60/85] Fixes punctuation at the end of files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48ee507..7684b38 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) -- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles +- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles. ### GitHub Pages @@ -518,7 +518,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. - [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) -> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information +> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information. ## License From a71023f50e97231089cb748dfee5826fe04845d4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:01:28 +0200 Subject: [PATCH 61/85] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722b052..b617f4a 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) -- [Easily import a GPG key](https://github.com/crazy-max/ghaction-import-gpg) +- [Easily Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. #### Environments From 305f62028c6d1485354d67d6aa5d3fdd04b7d630 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:02:59 +0200 Subject: [PATCH 62/85] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd7c0be..7dc5953 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Upload and scan files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) +- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments From 1ad2980342bfb4eb07923dd8dbe94a0bf58cab7f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:04:46 +0200 Subject: [PATCH 63/85] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 920f8c7..1b5688d 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) -- [Manage labels on GitHub (create/rename/update/delete) as code](https://github.com/crazy-max/ghaction-github-labeler) +- [Manage Labels on GitHub (create/rename/update/delete) as code](https://github.com/crazy-max/ghaction-github-labeler) ### Collection of Actions From 376cecbaf52d20f703edd54e1ce2a97338120601 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:07:38 +0200 Subject: [PATCH 64/85] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 804d77b..1f85548 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google) - [A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages) - [Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action) - Deploy to custom directory and ignore folder/file. -- [Deploy effectively to GitHub Pages](https://github.com/crazy-max/ghaction-github-pages) - With advanced settings (signed commits, check GitHub Pages Status). +- [Deploy to GitHub Pages with Advanced Settings](https://github.com/crazy-max/ghaction-github-pages) ### Notifications and Messages From 5a6e90d7bc52f95a9d9319860bbaf7df2f7adf0d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:15:39 +0200 Subject: [PATCH 65/85] Move --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bbd41d..be803a0 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. - [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. - [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. - [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. +- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. #### Environments From 2a048a8369e4c4384a6f9a6a3dc92a85a0e25312 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:17:09 +0200 Subject: [PATCH 66/85] Move --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2958f..f127907 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) - [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. - [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. - [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. +- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments From d3a8e313bca0a4e3dc733fb9a0a58468460bc798 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 17:17:49 -0600 Subject: [PATCH 67/85] Update Title Casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee40c60..3798e7e 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create/Update/Delete a GitHub Wiki Page Based on Any File](https://github.com/Andrew-Chen-Wang/github-wiki-action) - [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. - [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) +- [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) ### Collection of Actions From f1dd318b76378dd28a43989c44278471c5abde4c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:18:32 +0200 Subject: [PATCH 68/85] Move --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b617f4a..c92877b 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) -- [Easily Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) #### Environments From 2d3c93a6cf30f9f9be034029b46ff0ca4a9a1f95 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 18:41:50 -0500 Subject: [PATCH 69/85] Update README.md Reverting link removal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 231a80f..c0562b0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [Official Documentation](https://help.github.com/en/actions) -- Official Actions organization +- [Official Actions organization](https://github.com/actions) - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. - [actions/runner](https://github.com/actions/runner) - The Runner for GitHub Actions. - [GitHub Blog Announcement](https://github.blog/2018-10-17-action-demos/) From d809f8d514bc5b6781100ba7daf298ec82c8d8f0 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 18:44:26 -0500 Subject: [PATCH 70/85] Update README.md --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0562b0..ee2a828 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) -> A curated list of awesome things related to [GitHub Actions](https://github.com/actions). +> A curated list of awesome things related to GitHub Actions. Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production. @@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Collection of Actions](#collection-of-actions) - [Utility](#utility) - [Static Analysis](#static-analysis) + - [Dynamic Analysis](#dynamic-analysis) - [Monitoring](#monitoring) - [Pull Requests](#pull-requests) - [GitHub Pages](#github-pages) @@ -124,7 +125,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action) - [Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action) - [Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action) -- [Manually trigger your GitHub Actions from a UI](https://www.actionspanel.app) - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) - [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) - [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it) @@ -135,6 +135,14 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Create Issue Branch](https://github.com/robvanderleek/create-issue-branch) +- [Remove Old Artifacts](https://github.com/c-hive/gha-remove-artifacts) +- [Expose Git Commit Data As Environment Variables](https://github.com/rlespinasse/git-commit-data-action) +- [Sync Defined Files/Binaries to Wiki or External Repositories](https://github.com/kai-tub/external-repo-sync-action) +- [Create/Update/Delete a GitHub Wiki Page Based on Any File](https://github.com/Andrew-Chen-Wang/github-wiki-action) +- [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. +- [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) ### Collection of Actions @@ -155,6 +163,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [GitHub Actions for Docker](https://github.com/docker/github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) +- [Actions Hub](https://github.com/actionshub) ### Utility @@ -202,6 +211,12 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. +- [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. +- [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. +- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) +- [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) +- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. #### Environments @@ -214,7 +229,10 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies -- [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [Install NPM Dependencies with Caching](https://github.com/bahmutov/npm-install) +- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comments on pull requests newly added NPM dependencies information. +- [Cache NPM Dependencies](https://github.com/c-hive/gha-npm-cache) +- [Cache Yarn Dependencies](https://github.com/c-hive/gha-yarn-cache) #### Semantic Versioning @@ -241,6 +259,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) - [Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery) - [Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action) +- [Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action) #### Linting @@ -271,6 +290,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) +- [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) +- [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action) #### Security @@ -292,6 +313,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action) - [Update repository go report card](https://github.com/creekorful/goreportcard-action) +### Dynamic Analysis + +- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action) + ### Monitoring - [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action) @@ -328,6 +353,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles. +- [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action) - [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) ### GitHub Pages @@ -341,12 +368,14 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google) - [A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages) - [Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action) - Deploy to custom directory and ignore folder/file. +- [Deploy to GitHub Pages with Advanced Settings](https://github.com/crazy-max/ghaction-github-pages) ### Notifications and Messages - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) +- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) @@ -360,6 +389,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) +- [Reply to Stale Bots](https://github.com/c-hive/fresh-bot) +- [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) ### Deployment @@ -398,6 +429,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) - [Run Ansible Playbooks](https://github.com/arillso/action.playbook) - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) +- [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension) #### Docker @@ -408,12 +440,15 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) +- [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) #### Kubernetes - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) +- [Kustomize Kubernetes Config YAMLs](https://github.com/karancode/kustomize-github-action) +- [Create a Kubernetes Cluster for Testing Using Krucible](https://github.com/Krucible/krucible-github-action) #### AWS @@ -447,6 +482,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files. - [GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook) - [Setup Mint](https://github.com/fabasoad/setup-mint-action) - Setup Mint (programming language for writing single page applications). +- [Gatsby AWS S3 Deployment](https://github.com/jonelantha/gatsby-s3-action) - Deploy Gatsby to S3 (supports CloudFront). ### Machine Learning Ops @@ -491,9 +527,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) +- [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. - [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) -> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information +> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information. ## License From 41d2604a850ed8641dfb2cf01d82c22fc887af11 Mon Sep 17 00:00:00 2001 From: Andrew Slotin Date: Fri, 28 Aug 2020 02:18:33 +0200 Subject: [PATCH 71/85] Fix linter error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51b1c6..725c3fb 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) -- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) +- [Send an SMS from GitHub Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) From 947a6624e203482331ecde44c7b237bbc2b50ac1 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Thu, 27 Aug 2020 23:51:47 -0400 Subject: [PATCH 72/85] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 922ebbe..8aeddec 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) -- [Convert branch or tag name into Docker-compatible image tag](https://github.com/ankitvgupta/ref-to-tag-action/) +- [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) #### Kubernetes From 7ac234514bc365d26bbbead34b3ce1a7fec8b037 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 22:32:07 -0600 Subject: [PATCH 73/85] Github => GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e019a..2f5b586 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) -- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) +- [Send an SMS from GitHub Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) From 78112991232eada3b5a26a549d7846a7b822364b Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Thu, 27 Aug 2020 21:50:11 -0700 Subject: [PATCH 74/85] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7afefa6..dd5b0f6 100644 --- a/README.md +++ b/README.md @@ -451,8 +451,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action) - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) - [Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action) -- [Automatically Dockerize a data-science repository as a Jupyter Server](https://github.com/machine-learning-apps/repo2docker-action) -- [Azure Machine Learning w/GitHub Actions](https://github.com/machine-learning-apps/ml-template-azure) +- [Automatically Dockerize A Data-Science Repo As A Jupyter Server](https://github.com/jupyterhub/repo2docker-action) +- [Azure Machine Learning With GitHub Actions](https://github.com/machine-learning-apps/ml-template-azure) ### Build From c1ee6b190b02a2c300536b7c93b62ff40e57a170 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 23:13:10 -0600 Subject: [PATCH 75/85] Fix GitHub Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3798f4d..33ed604 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles. - [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action) - [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) +- [Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle) ### GitHub Pages From 3fe84237b84cdd3aa263cacc1673b8e456f8605b Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 23:20:43 -0600 Subject: [PATCH 76/85] Fix some title-casing errors --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 33ed604..b1ca334 100644 --- a/README.md +++ b/README.md @@ -327,27 +327,27 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded. - [Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed. -### Pull Requests +### Pull Requests (PRs) -- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action) -- [Open or update pull request on branch push (with branch selection)](https://github.com/vsoch/pull-request-action) -- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase) -- [Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action) -- [Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label) -- [Auto approve pull requests](https://github.com/hmarr/auto-approve-action) -- [Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign-action) -- [Add labels to Pull Request based on branch name patterns](https://github.com/TimonVS/pr-labeler-action) -- [Add labels to Pull Request based on total size of the diff](https://github.com/pascalgn/size-label-action) -- [Automatically merge Pull Requests that are ready](https://github.com/pascalgn/automerge-action) -- [Verify pull requests contain a ticket reference](https://github.com/vijaykramesh/pr-lint-action) -- [Create a pull request for changes to your repository in the actions workspace](https://github.com/peter-evans/create-pull-request) -- [Pull Request Lint](https://github.com/seferov/pr-lint-action) -- [ChatOps For Pull Requests](https://github.com/machine-learning-apps/actions-chatops) -- [Prefix title and body of a PR based on text extracted from branch name](https://github.com/tzkhan/pr-update-action) +- [Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action) +- [Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action) +- [Automatically Rebase a PR](https://github.com/cirrus-actions/rebase) +- [Label PR once it has a Specified Number of Approvals](https://github.com/pullreminders/label-when-approved-action) +- [Add Labels to a PR based on Matched File Patterns](https://github.com/banyan/auto-label) +- [Auto-Approve PRs](https://github.com/hmarr/auto-approve-action) +- [Automatically add Reviewers to PR based on the Configuration File](https://github.com/kentaro-m/auto-assign-action) +- [Add Labels to a PR based on Branch Name Patterns](https://github.com/TimonVS/pr-labeler-action) +- [Add Labels to a PR based on Total Size of the Diff](https://github.com/pascalgn/size-label-action) +- [Automatically merge PRs That Are Ready](https://github.com/pascalgn/automerge-action) +- [Verify That PRs Contain a Ticket Reference](https://github.com/vijaykramesh/pr-lint-action) +- [Create a PR for Changes to your Repository in the Actions Workspace](https://github.com/peter-evans/create-pull-request) +- [Lint a PR](https://github.com/seferov/pr-lint-action) +- [ChatOps for PRs](https://github.com/machine-learning-apps/actions-chatops) +- [Prefix Title and Body of a PR Based on Text Extracted from Branch Name](https://github.com/tzkhan/pr-update-action) - [Block Autosquash Commits](https://github.com/xt0rted/block-autosquash-commits-action) - [Automatically Bump and Tag on Merge](https://github.com/anothrNick/github-tag-action) - [Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash) -- [Merge Pal - automatically update and merge pull requests](https://github.com/maxkomarychev/merge-pal-action) +- [Merge Pal - Automatically Update and Merge PRs](https://github.com/maxkomarychev/merge-pal-action) - [Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title) - [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action) - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action) From d12914f31ad6ad4ff6eeb63686e07a2784d534b1 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 23:23:16 -0600 Subject: [PATCH 77/85] pull request title without parenths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ca334..8641f97 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded. - [Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed. -### Pull Requests (PRs) +### Pull Requests - [Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action) - [Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action) From 827d26c04621ef8a80a4184d7ed07a1bce5529a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mart=C3=ADn?= Date: Fri, 28 Aug 2020 07:40:49 +0200 Subject: [PATCH 78/85] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df206aa..0f9a613 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) -- [Keep your PRs in sync with Teamwork tasks](https://github.com/miguelbemartin/teamwork-github) +- [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/miguelbemartin/teamwork-github) ### Deployment From f2f3776a76030dc3629d686016ef131121d40e1f Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Sat, 25 Jul 2020 07:43:57 +0200 Subject: [PATCH 79/85] add update-container-description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a34ede..3cb1b0f 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) +- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) + #### Kubernetes From 8c2f59ca26e331daf4fe7fa6372470f3e5c2cdf6 Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Sat, 25 Jul 2020 07:54:58 +0200 Subject: [PATCH 80/85] add delete-run-artifacts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3cb1b0f..af72a5e 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes All Artifacts at the End of a Workflow Run. + #### Environments From 0d08ba730b474ae867950bf6a3630107e165ab37 Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Fri, 28 Aug 2020 10:15:11 +0200 Subject: [PATCH 81/85] Resolved merge conflict by incorporating both suggestions. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index e75e1fa..7a03d41 100644 --- a/README.md +++ b/README.md @@ -443,14 +443,9 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) -<<<<<<< HEAD -- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) - -||||||| merged common ancestors -======= - [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) - [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) ->>>>>>> upstream/master +- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) #### Kubernetes From 353690a529df23fcf7e8b4fe868431763e7f1373 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 05:56:26 -0600 Subject: [PATCH 82/85] Add punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a03d41..4cf8bbb 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) - [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) - [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) -- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) +- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) - Supported Registries: Docker Hub, Quay, Harbor. #### Kubernetes From 6b9371ccdd335f9f5b5d940a59314eefe02f2a2b Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 05:57:20 -0600 Subject: [PATCH 83/85] uncapitalize description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf8bbb..7d7f60b 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. - [Pull the New Go Module Version Into the Proxy Cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. -- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes All Artifacts at the End of a Workflow Run. +- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run. #### Environments From 0781a8a227ed78074ae1cadd8663fb849c74cd2f Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 06:00:32 -0600 Subject: [PATCH 84/85] Modify description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70787ba..e748209 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. - [Pull the New Go Module Version Into the Proxy Cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! +- [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. #### Environments From 51e9f3a50fda118505c333eac302f0bb41e4bfad Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Fri, 28 Aug 2020 15:30:56 +0300 Subject: [PATCH 85/85] Update Pull Request Stuck Notifier link Fixes #463 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 723082e..8cdfcc0 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash) - [Merge Pal - Automatically Update and Merge PRs](https://github.com/maxkomarychev/merge-pal-action) - [Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title) -- [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action) +- [Pull Request Stuck Notifier](https://github.com/jrylan/github-action-stuck-pr-notifier) - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action) - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action)