Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -4,13 +4,13 @@
 
 Awesome Actions !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !GitHub Actions status | 
 sdras/awesome-actions (https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg) (https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
 Awesome Actions !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !GitHub Actions status | sdras/awesome-actions 
 (https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg) (https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
▐ A curated list of awesome things related to GitHub Actions.
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can 
automate your workflow from idea to production.
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from
idea to production.
Contents
@@ -148,8 +148,7 @@
- Manage Labels on GitHub (create/rename/update/delete) as Code (https://github.com/crazy-max/ghaction-github-labeler)
- Continuous Distribution of Funding to your Project Contributors and Dependencies (https://github.com/protontypes/libreselery)
- 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.
- 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
@@ -225,8 +224,7 @@
- Upload and Scan Files with VirusTotal (https://github.com/crazy-max/ghaction-virustotal)
- Import a GPG Key (https://github.com/crazy-max/ghaction-import-gpg)
- Compress with UPX (https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables.
- Pull the New Go Module Version Into the Proxy Cache (https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev 
documentation upon release.
- Pull the New Go Module Version Into the Proxy Cache (https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release.
- Delete Run Artifacts (https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run.
- 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.