2018-10-20 21:08:16 -04:00
< p align = "center" >
< br >
2018-10-20 21:20:22 -04:00
< img src = "https://image.ibb.co/cZ1q5f/awesome-actions.jpg" / >
2018-10-20 21:08:16 -04:00
< br >
< br >
< br >
< / p >
## Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2018-10-21 15:34:47 -04:00
> A curated list of awesome things related to [GitHub Actions](https://github.com/features/actions).
2018-10-20 21:08:16 -04:00
2018-11-24 12:13:02 -05:00
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows as autoscaled containers in response. With GitHub Actions you can automate your workflow from idea to production.
2018-10-20 21:08:16 -04:00
## Contents
2019-02-27 10:24:49 -05:00
- [Official Resources ](#official-resources )
- [Community Resources ](#community-resources )
2019-02-27 17:29:14 -05:00
- [GitHub Tools and Management ](#github-tools-and-management )
- [Collection of Actions ](#collection-of-actions )
- [Utility ](#utility )
- [Testing and Linting ](#testing-and-linting )
- [Pull Requests ](#pull-requests )
- [GitHub Pages ](#github-pages )
- [Notifications and Messages ](#notifications-and-messages )
- [Deployment ](#deployment )
- [External Services ](#external-services )
- [Frontend Tools ](#frontend-tools )
- [Internet of Things (IOT) ](#internet-of-things-iot )
2019-02-27 10:24:49 -05:00
- [Tutorials ](#tutorials )
2018-10-20 21:08:16 -04:00
2019-02-27 17:29:14 -05:00
## Official Resources
2018-10-20 21:08:16 -04:00
2019-02-27 10:24:49 -05:00
- [Official Site ](https://github.com/features/actions )
- [Documentation ](https://developer.github.com/actions/ )
- [Official Actions Collection ](https://github.com/actions )
- [GitHub Blog Announcement ](https://blog.github.com/2018-10-17-action-demos/ )
2018-10-20 21:08:16 -04:00
2019-02-27 17:29:14 -05:00
## Community Resources
2018-10-20 21:08:16 -04:00
2019-02-27 17:29:14 -05:00
### GitHub Tools and Management
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Declaratively setup GitHub Labels ](https://github.com/lannonbr/issue-label-manager-action )
- [Run GitHub Actions Locally ](https://github.com/nektos/act )
- [Alternative (Python-based) for Running GitHub Actions Locally ](https://github.com/systemslab/popper )
2019-03-26 03:25:55 -04:00
- [Manage GitHub Action workflows and actions by cli ](https://github.com/inextensodigital/actions/tree/master/github-workflow ) - Allows you to script edition.
2019-03-24 15:50:13 -04:00
- [GitHub Action Builder and Previewer ](https://create-github-action.now.sh/ )
2019-04-15 09:46:48 -04:00
- [Move assigned issues to column in GitHub projects ](https://github.com/alex-page/move-assigned-issue-column )
2019-04-15 09:47:15 -04:00
- [Move assigned pull requests to column in GitHub projects ](https://github.com/alex-page/move-assigned-pulls-column )
2019-04-15 09:43:38 -04:00
- [Add new issues to GitHub projects ](https://github.com/alex-page/add-new-issue-project )
2019-04-17 09:20:18 -04:00
- [Add new pull requests to GitHub projects ](https://github.com/alex-page/add-new-pulls-project )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Collection of Actions
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Many linters and autofixers for various languages ](https://github.com/bltavares/actions )
- [Node.js Actions Toolkit ](https://github.com/JasonEtco/actions-toolkit )
- [Use HashiCorp's Terraform ](https://github.com/hashicorp/terraform-github-actions )
- [GitHub Actions for Yarn ](https://github.com/Borales/actions-yarn )
- [GitHub Actions for Golang ](https://github.com/cedrickring/golang-action )
- [Android Build and Emulator Actions ](https://github.com/vgaidarji/android-github-actions )
- [GitHub Actions for R and accompanying #rstats package ](http://maxheld.de/ghactions/ )
- [GitHub Actions for WordPress ](https://github.com/10up/actions-wordpress/ )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Utility
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Sleep ](https://github.com/maddox/actions/tree/master/sleep )
- [Wait for 200 ](https://github.com/maddox/actions/tree/master/wait-for-200 )
- [Run Cake tasks ](https://github.com/gep13/cake-actions )
- [Run psake tasks ](https://github.com/devblackops/psake-github-actions )
- [SSH ](https://github.com/maddox/actions/tree/master/ssh )
- [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 )
2019-02-27 10:36:32 -05:00
- [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.
2019-03-15 08:53:28 -04:00
- [Gate actions by filtering if files matching a pattern have been touched ](https://github.com/cds-snc/github-actions/tree/master/touched )
- [Scan for secrets in your source code ](https://github.com/cds-snc/github-actions/tree/master/seekret )
- [Review the licenses of your node dependencies ](https://github.com/cds-snc/github-actions/tree/master/node-license-checker )
2019-02-15 16:16:08 -05:00
- [A GitHub Action to check your project's dependencies ](https://github.com/iheanyi/licensed-action )
2019-05-10 02:48:44 -04:00
- [Check if package.json dependencies have changed ](https://github.com/bencooper222/check-for-node-dep-changes )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Testing and Linting
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Runs Hadolint against a Dockerfile within a repository ](https://github.com/burdzwastaken/hadolint-action )
- [Test your Actions Locally ](https://github.com/tschoffelen/gha )
- [Lint a Dockerfile ](https://github.com/jwr0/dockerfile-linter-action ) (using replicatedhq/dockerfilelint)
- [NPM Audit ](https://github.com/JasonEtco/npm-audit-fix-action )
- [PHP Code fixer Action ](https://github.com/OskarStark/php-cs-fixer-ga )
- [PHP Psalm Static code analyzer Action ](https://github.com/mickaelandrieu/psalm-ga )
- [PHPStan Static code analyzer Action ](https://github.com/OskarStark/phpstan-ga )
- [PHPQA toolsuite Action ](https://github.com/mickaelandrieu/phpqa-ga )
- [GraphQL Inspector Action ](https://github.com/kamilkisiela/graphql-inspector )
- [Snyk CLI Test Action ](https://github.com/clarkio/snyk-cli-action )
- [PowerShell static analysis with PSScriptAnalyzer ](https://github.com/devblackops/github-action-psscriptanalyzer )
- [Run web performance audits using Sitespeed.io ](https://github.com/sitespeedio/sitespeed.io/tree/master/docker/github-action )
- [Run Tests through Puppeteer, the Headless Chrome Node API ](https://github.com/ianwalter/puppeteer )
2019-03-04 18:01:48 -05:00
- [Run ESLint with status checks and file diff annotations ](https://github.com/gimenete/eslint-action )
2019-03-07 12:42:33 -05:00
- [JavaScript-based linter for \*.workflow files ](https://github.com/OmarTawfik/github-actions-js )
2019-03-09 10:35:15 -05:00
- [Send your latest code coverage score to Coveralls.io ](https://github.com/gavinhenderson/coveralls-action )
2019-03-15 08:53:28 -04:00
- [Lint a Dockerfile using Hadolint ](https://github.com/cds-snc/github-actions/tree/master/docker-lint )
- [Lint terraform files using tflint ](https://github.com/cds-snc/github-actions/tree/master/tf-lint )
2019-04-07 14:23:32 -04:00
- [Validate Puppet modules using Puppet PDK ](https://github.com/mpepping/github-actions/tree/master/pdk-validate )
2019-05-12 14:59:40 -04:00
- [Scan git commits for secrets with gitleaks ](https://github.com/eshork/gitleaks-action )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Pull Requests
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [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 )
- [Post gif on check fail ](https://github.com/jessfraz/shaking-finger-action )
- [Cleanup branches after merge ](https://github.com/jessfraz/branch-cleanup-action )
- [Automatically rebase a PR ](https://github.com/cirrus-actions/rebase )
- [Evaluate Clojure in the issue comment ](https://github.com/repetitive/actions/tree/master/clojure )
- [Create Pull Request when branch is pushed ](https://github.com/repetitive/actions/tree/master/auto-pull-request )
- [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 )
2019-03-05 07:44:21 -05:00
- [Automatically add reviewers to pull request based on the configuration file ](https://github.com/kentaro-m/auto-assign )
2019-03-15 08:53:28 -04:00
- [Auto-commit back any changes made by previous actions ](https://github.com/cds-snc/github-actions/tree/master/auto-commit )
2019-04-11 09:25:36 -04:00
- [Add labels to Pull Request based on branch name patterns ](https://github.com/TimonVS/pr-labeler-action )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### GitHub Pages
2019-01-10 17:06:14 -05:00
2019-02-27 10:24:49 -05:00
- [Deploy a Zola site to GitHub Pages ](https://github.com/shalzz/zola-deploy-action )
- [Visualize your Dockerfile with a Container Tree ](https://www.github.com/vsoch/containertree )
- [Build Hugo static content site and publish it to gh-pages branch ](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages )
- [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch ](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages )
2019-02-27 10:36:32 -05:00
- [Google Dataset Search Metadata ](https://www.github.com/openschemas/extractors/ ) - And other schema.org extractors to make datasets discoverable from GitHub pages.
2019-03-02 14:30:24 -05:00
- [Deploy assets to GitHub pages ](https://github.com/maxheld83/ghpages ) - No building, just deploying.
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Notifications and Messages
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Confucious Wisdom (Pull Request Failure Message) ](https://github.com/vsoch/confucious-actions )
- [Send a Discord notification ](https://github.com/Ilshidur/action-discord )
- [Send a Slack message ](https://github.com/apex/actions/tree/master/slack )
- [Post a Slack message as a bot ](https://github.com/pullreminders/slack-action )
- [Update Twitter status ](https://github.com/xorilog/twitter-action )
- [Send an SMS from GitHub Actions using Nexmo ](https://github.com/nexmo-community/nexmo-sms-action )
- [Trigger emails with release notes with SendGrid ](https://github.com/bitoiu/release-notify-action )
- [Send email on failed GitHub Checks ](https://github.com/cirrus-actions/email )
- [Report webpack stats to packtracker.io ](https://github.com/packtracker/github-action )
- [Send a Telegram Message ](https://github.com/appleboy/telegram-action )
2019-03-04 02:41:33 -05:00
- [Send a File or Text Message to Discord (custom define color, username or avatar) ](https://github.com/appleboy/telegram-action )
2019-03-06 13:57:01 -05:00
- [Collaborate on tweets using pull requests ](https://github.com/gr2m/twitter-together )
2019-04-10 07:26:14 -04:00
- [Send a Push Notification via Pushover.net ](https://github.com/maddox/actions/tree/master/pushover )
2019-01-10 17:06:14 -05:00
2019-02-27 17:29:14 -05:00
### Deployment
2019-01-10 17:06:14 -05:00
2019-02-27 10:24:49 -05:00
- [Deploy to Netlify ](https://github.com/netlify/actions )
- [Deploy a Probot App using Actions ](https://probot.github.io/docs/deployment/#github-actions )
- [Deploy a playlist to Spotify ](https://github.com/swinton/SpotHub )
- [Deploy a serverless app to AWS Lambda with Up ](https://github.com/apex/actions/tree/master/up )
- [Deploy serverless infrastructure with AWS SAM ](https://github.com/apex/actions/tree/master/aws/sam )
- [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework ](https://github.com/swinton/serverless )
- [Deploy VS Code extensions with vsce ](https://github.com/lannonbr/vsce-action )
- [Deploy a Node.js App to Azure ](https://github.com/sdras/example-azure-node )
- [Deploy via rsync over ssh ](https://github.com/maxheld83/ghaction-rsync )
- [Deploy to any Cloud or Kubernetes Using Pulumi ](https://github.com/pulumi/actions )
- [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 )
- [Create Release Archive ](https://github.com/lubusIN/actions/tree/master/archive )
- [Publish WordPress Plugin ](https://github.com/lubusIN/actions/tree/master/wordpress )
2019-03-25 09:10:52 -04:00
- [Deploy a Theme to Shopify ](https://github.com/pgrimaud/action-shopify )
2019-03-04 01:36:14 -05:00
- [Trigger multiple GitLab CI Pipeline ](https://github.com/appleboy/gitlab-ci-action )
- [Trigger multiple Jenkins Jobs ](https://github.com/appleboy/jenkins-action )
2019-03-07 12:23:40 -05:00
- [GitHub Deployment API ](https://github.com/unacast/actions/tree/master/github-deploy )
2019-04-24 09:28:54 -04:00
- [GitHub Action for zem ](https://github.com/artemnovichkov/action-zem )
2019-05-06 11:48:51 -04:00
- [GitHub Action for Homebrew ](https://github.com/artemnovichkov/action-homebrew )
2019-01-10 17:06:14 -05:00
2019-02-27 17:29:14 -05:00
### External Services
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Use a Jenkinsfile ](https://github.com/jonico/jenkinsfile-runner-github-actions )
- [Configure a DNS Record on Cloudflare ](https://github.com/xorilog/cloudflare-dns-action )
- [Firebase ](https://github.com/natemoo-re/action-firebase )
- [GitHub Action for Firebase ](https://github.com/w9jds/firebase-action )
- [GitHub Action for JFrog CLI ](https://github.com/retgits/actions/tree/master/jfrog-cli )
- [GitHub Action for Contentful Migration CLI ](https://github.com/Shy/contentful-action )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Frontend Tools
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Execute Gradle task ](https://github.com/MrRamych/gradle-actions )
2019-02-27 10:30:46 -05:00
- [JS Build Actions ](https://github.com/elstudio/actions-js-build ) - Run Grunt or Gulp build tasks and commit file changes.
2019-02-27 10:24:49 -05:00
- [Ember CLI Actions ](https://github.com/NuckChorris/ember-cli-actions )
- [GitHub Action for Gatsby CLI ](https://github.com/jzweifel/gatsby-cli-github-action )
2019-03-12 18:10:57 -04:00
- [Runs a WebPageTest audit and prints the results as commit comment ](https://github.com/JCofman/webPagetestAction )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Internet of Things (IOT)
2019-01-10 17:06:14 -05:00
2019-02-27 10:24:49 -05:00
- [Home Assistant Command ](https://github.com/maddox/actions/tree/master/home-assistant )
2018-10-20 21:08:16 -04:00
2019-02-27 17:29:14 -05:00
## Tutorials
2018-10-20 21:08:16 -04:00
2019-02-27 10:24:49 -05:00
- [Introducing GitHub Actions ](https://css-tricks.com/introducing-github-actions/ )
- [Deploying to Firebase Hosting with GitHub Actions ](https://natemoo.re/posts/action-firebase )
- [Building GitHub Actions in Node.js ](https://jasonet.co/posts/building-github-actions-in-node/ )
- [GitHub Actions on Android project ](http://vgaidarji.me/blog/2019/01/27/github-actions )
2019-03-12 11:01:39 -04:00
- [A guide to GitHub Actions using Node.js ](https://datree.io/blog/git-workflow-automation-github-actions-node-js/ )
2019-02-27 17:29:14 -05:00
2018-10-22 21:22:30 -04:00
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information
2018-11-24 12:28:09 -05:00
## License
2019-02-27 10:34:07 -05:00
[![Creative Commons License ](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg )](https://creativecommons.org/publicdomain/zero/1.0/)