Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -4,13 +4,14 @@
 
 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 +149,8 @@
- 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
@@ -192,7 +193,8 @@
- Publish GitHub release artifacts (https://github.com/skx/github-action-publish-binaries)
- Jekyll Diff Action (https://github.com/David-Byrne/jekyll-diff-action) - Diffs the built Jekyll site after a change, and comments the result back to GitHub.
- Branch Protection Bot (https://github.com/benjefferies/branch-protection-bot) - Temporarily disable and re-enable "Include administrators" option in branch protection.
- Wait for commit statuses (https://github.com/WyriHaximus/github-action-wait-for-status) - Wait until all statuses and checks are successful or any of them has failed and set its status output accordingly.
- Wait for commit statuses (https://github.com/WyriHaximus/github-action-wait-for-status) - Wait until all statuses and checks are successful or any of them has failed and set its status 
output accordingly.
- Get Latest Tag (https://github.com/WyriHaximus/github-action-get-previous-tag) - Get the previous tag from git.
- Create Milestone (https://github.com/WyriHaximus/github-action-create-milestone) - Create a new open milestone given the title and description.
- Close Milestone (https://github.com/WyriHaximus/github-action-close-milestone) - Close the given milestone.
@@ -225,8 +227,8 @@
- 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.
@@ -340,7 +342,8 @@
- Run Lighthouse in CI using GitHub Actions (https://github.com/treosh/lighthouse-ci-action)
- Continuous Benchmarking and Benchmark Visualization for Go (https://github.com/bobheadxi/gobenchdata)
- Size Limit Action (https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded.
- Check bundlephobia (https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed.
- Check bundlephobia (https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold 
surpassed.
Pull Requests
@@ -558,7 +561,8 @@
- Zero Downtime Laravel Deployments with GitHub Actions (https://atymic.dev/blog/github-actions-laravel-ci-cd/)
- Building Custom GitHub Actions Pluralsight Course (https://www.pluralsight.com/courses/building-custom-github-actions/)
- Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions (https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/)
- Deploying Self-Hosted GitHub Actions Runners with Docker (https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean.
- Deploying Self-Hosted GitHub Actions Runners with Docker (https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to 
DigitalOcean.
- Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances (https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners)
- Getting the Gist of GitHub Actions (https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6)