From 9172445c3d95cc3e0836b1580fbfd619984e7bc5 Mon Sep 17 00:00:00 2001 From: Gago Date: Tue, 1 Sep 2020 14:15:39 -0700 Subject: [PATCH 1/5] Adding use-herald-action to pull request tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c95525..22d0a55 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [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) ### Collection of Actions From 19ddf426571254095a4848281ee9488e411da4a7 Mon Sep 17 00:00:00 2001 From: Miki Date: Sun, 6 Sep 2020 13:03:50 +0200 Subject: [PATCH 2/5] Deploy a YouTube Video to Anchor.fm Podcast --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..c25b4a5 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Ansible Playbooks](https://github.com/arillso/action.playbook) - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) - [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension) +- [Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm) #### Docker From dc38cf0bdafebaaaa952ad383721b1719b227da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mart=C3=ADn?= Date: Wed, 9 Sep 2020 21:30:06 +0200 Subject: [PATCH 3/5] Update the Teamwork Github action I've moved the repository to the organization account. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2317b2..b72068a 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) - [Reply to Stale Bots](https://github.com/c-hive/fresh-bot) - [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) -- [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/miguelbemartin/teamwork-github) +- [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/Teamwork/github-sync) - [Send Microsoft Teams Notification](https://github.com/opsless/ms-teams-github-actions) ### Deployment From 3accf7ebf8d8f64d18e8803848a9fa0e6684494a Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sun, 13 Sep 2020 14:21:29 -0400 Subject: [PATCH 4/5] Add tutorial "Getting the Gist of GitHub Actions" https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..93d2a57 100644 --- a/README.md +++ b/README.md @@ -541,6 +541,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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. - [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) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information. From 9fa93134f28fa685b90b2ef53d9f30232557a49e Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 14 Sep 2020 18:45:19 +0200 Subject: [PATCH 5/5] Add paths-filter action https://github.com/dorny/paths-filter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..6bad8bc 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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. +- [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. #### Environments