Merge pull request #47 from vsoch/add/actions-and-organization

adding organization and containertree github pages generator action
This commit is contained in:
Sarah Drasner 2019-02-10 08:59:27 -10:00 committed by GitHub
commit bec4a06921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

145
README.md
View File

@ -27,79 +27,113 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
### Community Resources ### Community Resources
- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action) #### GitHub Tools and Management
- [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node)
- [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action)
- [Run GitHub Actions Locally](https://github.com/nektos/act)
#### Collection of Actions
- [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) - [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions)
- [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
- [Deploy to Netlify](https://github.com/netlify/actions) - [GitHub Actions for Golang](https://github.com/cedrickring/golang-action)
- [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant) - [Android Build and Emulator Actions](https://github.com/vgaidarji/android-github-actions)
#### Utility
- [Sleep](https://github.com/maddox/actions/tree/master/sleep) - [Sleep](https://github.com/maddox/actions/tree/master/sleep)
- [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200)
- [Firebase](https://github.com/natemoo-re/action-firebase) - [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) - [SSH](https://github.com/maddox/actions/tree/master/ssh)
- [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action)
- [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) - [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter)
#### Testing and Linting
- [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 (using replicatedhq/dockerfilelint)](https://github.com/jwr0/dockerfile-linter-action)
- [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-actions)
#### Pull Requests
- [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)
#### Github Pages
- [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)
- [Google Dataset Search Metadata](https://www.github.com/openschemas/extractors/): and other schema.org extractors to make datasets discoverable from GitHub pages.
#### Notifications and Messages
- [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) - [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) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action)
#### Deployment
- [Deploy to Netlify](https://github.com/netlify/actions)
- [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-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 playlist to Spotify](https://github.com/swinton/SpotHub)
- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)
- [NPM Audit](https://github.com/JasonEtco/npm-audit-fix-action)
- [Cleanup branches after merge](https://github.com/jessfraz/branch-cleanup-action)
- [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action)
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
- [Send a Slack message](https://github.com/apex/actions/tree/master/slack)
- [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit)
- [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions/tree/master/up) - [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 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 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 VS Code extensions with vsce](https://github.com/lannonbr/vsce-action)
- [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) - [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 a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action)
- [Execute Gradle task](https://github.com/MrRamych/gradle-actions)
- [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action)
- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
- [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action)
- [Deploy a Zola site to GitHub Pages](https://github.com/shalzz/zola-deploy-action)
- [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action)
- [Run GitHub Actions Locally](https://github.com/nektos/act)
- [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga)
- [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga)
- [PHPQA toolsuite Action](https://github.com/mickaelandrieu/phpqa-ga)
- [PHP Psalm Static code analyzer Action](https://github.com/mickaelandrieu/psalm-ga)
- [Github Action for Firebase](https://github.com/w9jds/firebase-action)
- [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive)
- [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress)
- [Run Cake tasks](https://github.com/gep13/cake-actions)
- [PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer)
- [JS Build Actions](https://github.com/elstudio/actions-js-build) Run Grunt or Gulp build tasks and commit file changes
- [Ember CLI Actions](https://github.com/NuckChorris/ember-cli-actions)
- [Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action)
- [Send email on failed GitHub Checks](https://github.com/cirrus-actions/email)
- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase)
- [Run psake tasks](https://github.com/devblackops/psake-github-actions)
- [Update Twitter status](https://github.com/xorilog/twitter-action)
- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action)
- [Configure a DNS Record on Cloudflare](https://github.com/xorilog/cloudflare-dns-action)
- [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action)
- [Send a Discord notification](https://github.com/Ilshidur/action-discord)
- [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector)
- [Lint a Dockerfile (using replicatedhq/dockerfilelint)](https://github.com/jwr0/dockerfile-linter-action)
- [Android Build and Emulator Actions](https://github.com/vgaidarji/android-github-actions)
- [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages)
- [Run web performance audits using Sitespeed.io](https://github.com/sitespeedio/sitespeed.io/tree/master/docker/github-actions)
- [Deploy via rsync over ssh](https://github.com/maxheld83/rsync)
- [Test your Actions Locally](https://github.com/tschoffelen/gha)
- [Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action) - [Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action)
- [Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) (no building, just deploying) - [Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) (no building, just deploying)
- [Create Pull Request when branch is pushed](https://github.com/repetitive/actions/tree/master/auto-pr) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action)
- [Evaluate Clojure in the issue comment](https://github.com/repetitive/actions/tree/master/clojure) - [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive)
- [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter) - [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress)
#### External Services
- [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 JFrog CLI](https://github.com/retgits/actions/tree/master/jfrog-cli)
#### Frontend Tools
### Collection of actions - [Execute Gradle task](https://github.com/MrRamych/gradle-actions)
- [Many linters and autofixers for various languages../](https://github.com/bltavares/actions) - [JS Build Actions](https://github.com/elstudio/actions-js-build) Run Grunt or Gulp build tasks and commit file changes
- [Ember CLI Actions](https://github.com/NuckChorris/ember-cli-actions)
- [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action)
#### Internet of Things (IOT)
- [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant)
### Tutorials ### Tutorials
@ -108,6 +142,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Building GitHub Actions in Node.js](https://jasonet.co/posts/building-github-actions-in-node/) - [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) - [GitHub Actions on Android project](http://vgaidarji.me/blog/2019/01/27/github-actions)
> 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 ## License