mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Merge branch 'master' into add-codeowners-validator
This commit is contained in:
commit
e7eacd130e
@ -145,6 +145,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler)
|
||||
- [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action)
|
||||
- [GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations.
|
||||
- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo).
|
||||
|
||||
### Collection of Actions
|
||||
|
||||
@ -224,6 +225,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug.
|
||||
- [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows.
|
||||
- [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
|
||||
- [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch.
|
||||
|
||||
#### Environments
|
||||
|
||||
@ -365,6 +367,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
- [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine)
|
||||
- [Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle)
|
||||
- [Pull Request Stats](https://github.com/flowwer-dev/pull-request-stats) - Print relevant stats about reviewers.
|
||||
- [Pull Request Description Enforcer](https://github.com/derkinderfietsen/pr-description-enforcer) - Enforces description on pull requests.
|
||||
|
||||
### GitHub Pages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user