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/36] 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/36] 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 5dde52974d16e5c0f36afe1aafe94572506a0f28 Mon Sep 17 00:00:00 2001 From: Damien Senger Date: Sun, 10 May 2020 15:02:34 +0200 Subject: [PATCH 03/36] 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 04/36] 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 05/36] 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 06/36] 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 4a5dc6a49cab8a96b8fed514e5b56da6095ce765 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Wed, 27 May 2020 10:02:51 +0200 Subject: [PATCH 07/36] 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 08/36] 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 09/36] 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 10/36] 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 11/36] 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 eef8e3dae08613cdcf9b19adc5c7fb9b277688e6 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Fri, 12 Jun 2020 07:50:36 -0500 Subject: [PATCH 12/36] 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 13/36] 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 14/36] 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 683017ffad5945299015c9bac7af9b506918a0d3 Mon Sep 17 00:00:00 2001 From: Ben Elgar Date: Tue, 16 Jun 2020 15:16:45 +0100 Subject: [PATCH 15/36] 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 16/36] 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 17/36] 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 18/36] 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 19/36] 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 20/36] 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 21/36] 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 22/36] 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 0c181c5bcd5c741c96a6beb01ce33211a90ad411 Mon Sep 17 00:00:00 2001 From: Leo Hanisch Date: Wed, 22 Jul 2020 17:21:21 +0200 Subject: [PATCH 23/36] 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 963a0496df794e4b8e861b95c6fc955b68df767d Mon Sep 17 00:00:00 2001 From: karancode Date: Sun, 26 Jul 2020 00:45:30 +0900 Subject: [PATCH 24/36] 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 25/36] 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 26/36] 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 27/36] 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 28/36] 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 29/36] 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 30/36] 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 aac999692f5fac722805890e1913696269e7790c Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:06:45 -0600 Subject: [PATCH 31/36] 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 32/36] 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 33/36] 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 34/36] 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 35/36] 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 c59e22866273b4bfc9a07888befdc7dc38ea0fc9 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:56:32 -0600 Subject: [PATCH 36/36] 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