Update from Forestry.io

Harsh Shandilya updated content/posts/tips-and-tricks-for-github-actions.md
This commit is contained in:
Harsh Shandilya 2020-12-11 18:34:31 +00:00 committed by Forestry.io
parent 37233d6b56
commit 922e33b3b6
1 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,6 @@ tags = ["tips and tricks", "github actions"]
title = "Tips and Tricks for GitHub Actions"
+++
GitHub Actions has grown at a rapid pace, and has become the CI platform of choice for most open source projects. The recent changes to Travis CI's pricing for open source is certainly bound to accelerate this even more.
Due to it being a first-party addition to GitHub, Actions has nearly infinite potential to run jobs in reaction to changes on GitHub. You can automatically set labels to newly opened pull requests, greet first time contributors, and more.