Skip to content

Commit 92e7ae6

Browse files
authored
Merge branch 'master' into master
2 parents 9b7fe2b + 39f0957 commit 92e7ae6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ Set up your GitHub Actions workflow with a specific version of your programming
143143
- [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging.
144144
- [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status)
145145
- [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)
147148

148149
### Collection of Actions
149150

@@ -222,6 +223,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
222223
- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run.
223224
- [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.
224225
- [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.
225227

226228
#### Environments
227229

@@ -398,7 +400,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
398400
- [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action)
399401
- [Reply to Stale Bots](https://github.com/c-hive/fresh-bot)
400402
- [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)
402404
- [Send Microsoft Teams Notification](https://github.com/opsless/ms-teams-github-actions)
403405

404406
### Deployment
@@ -439,6 +441,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
439441
- [Run Ansible Playbooks](https://github.com/arillso/action.playbook)
440442
- [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action)
441443
- [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)
442445

443446
#### Docker
444447

@@ -542,6 +545,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
542545
- [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/)
543546
- [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.
544547
- [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)
545549

546550
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.
547551

0 commit comments

Comments
 (0)