You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,8 @@ Set up your GitHub Actions workflow with a specific version of your programming
143
143
-[Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging.
144
144
-[Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status)
145
145
-[Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler)
146
-
-[Continuous Funding distribution to your project contributors and dependencies](https://github.com/protontypes/libreselery)
146
+
-[Continuous Distribution of Funding to your Project Contributors and Dependencies](https://github.com/protontypes/libreselery)
147
+
-[Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action)
147
148
148
149
### Collection of Actions
149
150
@@ -222,6 +223,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
222
223
-[Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run.
223
224
-[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.
224
225
-[GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows.
226
+
-[Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
225
227
226
228
#### Environments
227
229
@@ -398,7 +400,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
398
400
-[Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action)
399
401
-[Reply to Stale Bots](https://github.com/c-hive/fresh-bot)
400
402
-[Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord)
401
-
-[Keep Your PRs in Sync With Teamwork Tasks](https://github.com/miguelbemartin/teamwork-github)
403
+
-[Keep Your PRs in Sync With Teamwork Tasks](https://github.com/Teamwork/github-sync)
402
404
-[Send Microsoft Teams Notification](https://github.com/opsless/ms-teams-github-actions)
403
405
404
406
### Deployment
@@ -439,6 +441,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
-[Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action)
441
443
-[Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension)
444
+
-[Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm)
442
445
443
446
#### Docker
444
447
@@ -542,6 +545,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
542
545
-[Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/)
543
546
-[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.
544
547
-[Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners)
548
+
-[Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6)
545
549
546
550
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.
0 commit comments