From 0c181c5bcd5c741c96a6beb01ce33211a90ad411 Mon Sep 17 00:00:00 2001 From: Leo Hanisch Date: Wed, 22 Jul 2020 17:21:21 +0200 Subject: [PATCH 01/21] 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 02/21] 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 03/21] 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 2e44da1c41e38408b9806aafa75dbc9fafc1216d Mon Sep 17 00:00:00 2001 From: John McBride Date: Fri, 31 Jul 2020 09:40:37 -0600 Subject: [PATCH 04/21] 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 05/21] 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 06/21] 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 07/21] 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 08/21] 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 6f644bbee99c6de76e4739ee446068993bea4243 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:30:59 +0200 Subject: [PATCH 09/21] 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 10/21] 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 8441357e5802a0f4045b9b45f54f312c5d0d6d8f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:58:41 +0200 Subject: [PATCH 11/21] 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 12/21] 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 13/21] 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 a1b99bbe8dd8ad6e48977012cba4f6ae55b44589 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 00:54:16 +0200 Subject: [PATCH 14/21] 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 a71023f50e97231089cb748dfee5826fe04845d4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:01:28 +0200 Subject: [PATCH 15/21] 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 16/21] 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 17/21] 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 18/21] 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 2a048a8369e4c4384a6f9a6a3dc92a85a0e25312 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:17:09 +0200 Subject: [PATCH 19/21] 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 20/21] 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 21/21] 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