From 36abd272e5e9ce78cafa97719925a30a3dcbf406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Gonz=C3=A1lez?= Date: Tue, 1 Oct 2019 01:25:44 -0500 Subject: [PATCH 01/11] Add openstack-swift-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bad43f..22e893d 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [GitHub Action for Contentful Migration CLI](https://github.com/Shy/contentful-action) - [GitHub Actions for Pixela (a-know/pi)](https://github.com/peaceiris/actions-pixela) - [GitHub Action for Google Cloud Platform (GCP)](https://github.com/exelban/gcloud) +- [Upload files to any OpenStack Swift service provider](https://github.com/iksaku/openstack-swift-action) ### Frontend Tools From cc282ddd06a207635d05abbd719484bc7791ed75 Mon Sep 17 00:00:00 2001 From: Umberto Raimondi Date: Tue, 1 Oct 2019 21:41:35 +0200 Subject: [PATCH 02/11] Added Run-On-Architecture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bad43f..42a63ae 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock) - [Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo) - [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions) +- [Run your job on an another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action) ### Testing and Linting From a43e659b19d5a849217313ec91e0dda5c23f3d57 Mon Sep 17 00:00:00 2001 From: Andrew Luca Date: Wed, 2 Oct 2019 17:07:11 +0300 Subject: [PATCH 03/11] Update ideas.md --- ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ideas.md b/ideas.md index 7dd4b05..9b2a5e9 100644 --- a/ideas.md +++ b/ideas.md @@ -13,3 +13,4 @@ If you would like to contribute to this, please feel free to add something! We o - Image optimizer - When PRs are opened with static image assets, optimize them before merging - Puppeteer swarm - Spin up various instances Puppeteer with different viewports and take screenshots to see previews of websites - Lighthouse action - Setup Lighthouse tool to run website audits in CI (Not allow merges / deploys to production environments if lighthouse score drops) +- VPN - allow to connect to a private network and deploy artifacts, trigger hooks, and do other stuff on a internal service From 0fc9a15d7dff1f787858ad51ec4a8b80d8a9054b Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Thu, 3 Oct 2019 15:37:42 -0400 Subject: [PATCH 04/11] Add block autosquash commits action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bad43f..4f88c0d 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [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) +- [Block Autosquash Commits](https://github.com/xt0rted/block-autosquash-commits-action) ### GitHub Pages From 8223b3b4402d38ed966a3181dfa4ed9ce8560a02 Mon Sep 17 00:00:00 2001 From: Allen Evans Date: Fri, 4 Oct 2019 00:11:42 +0100 Subject: [PATCH 05/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bad43f..de8c6f2 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock) - [Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo) - [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions) +- [Set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) ### Testing and Linting From 080bb55a77cb62a8b50daaae4c2fdf79a435f309 Mon Sep 17 00:00:00 2001 From: Allen Evans Date: Fri, 4 Oct 2019 07:40:09 +0100 Subject: [PATCH 06/11] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8c6f2..fb9b707 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock) - [Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo) - [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions) -- [Set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) +- [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) ### Testing and Linting From b18bfa1a1117d4c4832d9f3b7d873c2ba3cd058c Mon Sep 17 00:00:00 2001 From: Yavisht Katgara Date: Sat, 5 Oct 2019 01:40:48 +1000 Subject: [PATCH 07/11] Add a sample action for surge.sh Hi, I have made a very basic sample Github action that can deploy any static website to surge.sh. I was looking for something very basic that would help me understand how Github Actions work but there were no resources online. I think this repo can be of great help for someone who is looking for a very simple starter action template for Surge.sh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bad43f..a951b74 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action) - [Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) +- [Deploy a static site to Surge.sh](https://github.com/yavisht/deploy-via-surge.sh-github-action-template) - [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive) - [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress) - [Deploy a Theme to Shopify](https://github.com/pgrimaud/action-shopify) From 444450f9d88d04b6f9508913b55312c36c27cea2 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Mon, 7 Oct 2019 12:36:51 +0200 Subject: [PATCH 08/11] remove GoCenter since it is deprecated --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2bad43f..c70db21 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [SSH](https://github.com/maddox/actions/tree/master/ssh) - Run SSH commands on a server. - [Setup `ssh-agent`](https://github.com/webfactory/ssh-agent) - Run `ssh-agent` with additional SSH keys to access private repositories. - [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action) -- [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter) - [Run pandoc](https://github.com/maxheld83/pandoc) - The swiss army knife for document conversions. - [Debug Action](https://github.com/hmarr/debug-action) - Print environment variables and event to the Actions logs. - [Gate actions by filtering if files matching a pattern have been touched](https://github.com/cds-snc/github-actions/tree/master/touched) From 357c4b7d3d10f04f415c42a1f70c5967a3815689 Mon Sep 17 00:00:00 2001 From: Tamim Khan Date: Mon, 7 Oct 2019 13:14:19 +0100 Subject: [PATCH 09/11] Add action to prefix PR title and body --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c70db21..5f3f030 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [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) ### GitHub Pages From 9c5addc51f65a8b6efde7fd94d7ca02063d7e1b4 Mon Sep 17 00:00:00 2001 From: Yavisht Katgara Date: Tue, 8 Oct 2019 07:35:12 +1100 Subject: [PATCH 10/11] Added the link to the end of the list Missed this step. My bad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a951b74..76c98fa 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,6 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action) - [Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) -- [Deploy a static site to Surge.sh](https://github.com/yavisht/deploy-via-surge.sh-github-action-template) - [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive) - [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress) - [Deploy a Theme to Shopify](https://github.com/pgrimaud/action-shopify) @@ -250,6 +249,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Publish npm (pre)releases](https://github.com/epeli/npm-release/) - [Publish Docker Images to the GitHub Package Registry (GPR)](https://github.com/machine-learning-apps/gpr-docker-publish) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) +- [Deploy a static site to Surge.sh](https://github.com/yavisht/deploy-via-surge.sh-github-action-template) ### External Services From 6a7767079940bc59db41bf195b7d8dc471b55326 Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Tue, 8 Oct 2019 14:41:10 -0300 Subject: [PATCH 11/11] Add commitlint action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c70db21..2f93fd1 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [PyCodeStyle Action - A GitHub Action that leaves a comment on your PR with pycodestyle (autopep8) feedback](https://github.com/ankitvgupta/pycodestyle-action) - [wemake-python-styleguide - The strictest and most opinionated python linter ever](https://github.com/wemake-services/wemake-python-styleguide) - [Run TSLint with status checks and file diff annotations](https://github.com/mooyoul/tslint-actions) +- [Lint Pull Request commits with commitlint](https://github.com/wagoid/commitlint-github-action) ### Pull Requests