From c9c2c24235e5c0ef530ef5bb1d94701569c70048 Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Thu, 10 Oct 2019 10:35:06 -0400 Subject: [PATCH 1/9] linking lint status badge to actual lint workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c1bf21..2cc147f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg) +[![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)


From 2a3b3aac2fbe31bf423cf2c6a57808f9f81a2b6b Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Thu, 10 Oct 2019 11:34:29 -0400 Subject: [PATCH 2/9] Add build number generate action https://github.com/zyborg/gh-action-buildnum --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c1bf21..d498c50 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action) - [Generate a table of contents](https://github.com/technote-space/toc-generator) +- [Generate build numbers across multiple scopes](https://github.com/zyborg/gh-action-buildnum) ### Testing and Linting From 41621d00f956dbab85a463e45dec4ea5e6e4e4d2 Mon Sep 17 00:00:00 2001 From: Thibault Derousseaux Date: Thu, 10 Oct 2019 23:40:39 +0200 Subject: [PATCH 3/9] Add Autosquash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c1bf21..54f5ae8 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Prefix title and body of a PR based on text extracted from branch name](https://github.com/tzkhan/pr-update-action) - [Block Autosquash Commits](https://github.com/xt0rted/block-autosquash-commits-action) - [Automatically Bump and Tag on Merge](https://github.com/anothrNick/github-tag-action) +- [Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash) ### GitHub Pages From 2d603b3f80683813d8f478da69452c4ed7c85361 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 11 Oct 2019 13:55:13 +0900 Subject: [PATCH 4/9] Remove actions/migrate --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7c1bf21..7bbfeaf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Community Forum Board](https://github.community/t5/GitHub-Actions/bd-p/actions) - [Beta Documentation](https://developer.github.com/actions/) (for deprecated HCL format actions) - [Official Documentation](https://help.github.com/en/categories/automating-your-workflow-with-github-actions) (for YML format actions) -- [Migrate Tool](https://github.com/actions/migrate) - Converts GitHub Actions main.workflow files into the new .yml syntax. - [Official Actions Collection](https://github.com/actions) - [GitHub Blog Announcement](https://blog.github.com/2018-10-17-action-demos/) From 3fea897dab09e57f7da0801232e2767178ecbc07 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 11 Oct 2019 20:45:48 +0900 Subject: [PATCH 5/9] Remove link to HCL actions docs This link is redirected to the new docs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7bbfeaf..6df026d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [Official Community Forum Board](https://github.community/t5/GitHub-Actions/bd-p/actions) -- [Beta Documentation](https://developer.github.com/actions/) (for deprecated HCL format actions) - [Official Documentation](https://help.github.com/en/categories/automating-your-workflow-with-github-actions) (for YML format actions) - [Official Actions Collection](https://github.com/actions) - [GitHub Blog Announcement](https://blog.github.com/2018-10-17-action-demos/) From 4f0187146580e42b5dc7682865a05aac6671a00b Mon Sep 17 00:00:00 2001 From: Tyler Auerbeck Date: Sun, 13 Oct 2019 13:53:46 -0400 Subject: [PATCH 6/9] Add publish-to-dev.to-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6df026d..47417e8 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Deploy a static site to Surge.sh](https://github.com/yavisht/deploy-via-surge.sh-github-action-template) - [GitHub Action for GoReleaser, a release automation tool for Go projects](https://github.com/goreleaser/goreleaser-action) - [FTP Deploy Action, Deploys a GitHub project to a FTP server using GitHub actions](https://github.com/SamKirkland/FTP-Deploy-Action) +- [Publish Article to Dev.to](https://github.com/tylerauerbeck/publish-to-dev.to-action) ### External Services From 214060fd6ed8adee3358b863cfe5ccd553f00c85 Mon Sep 17 00:00:00 2001 From: micnncim Date: Mon, 14 Oct 2019 12:48:11 +0900 Subject: [PATCH 7/9] Add action-label-syncer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6df026d..d936041 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 ### GitHub Tools and Management - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) +- [Action to sync GitHub labels in the declarative way](https://github.com/micnncim/action-label-syncer) - [Run GitHub Actions Locally](https://github.com/nektos/act) - [Alternative (Python-based) for Running GitHub Actions Locally](https://github.com/systemslab/popper) - [Manage GitHub Action workflows and actions by cli](https://github.com/inextensodigital/actions/tree/master/github-workflow) - Allows you to script edition. From bbc3cbf20964127862b1755e214bfccb950c062b Mon Sep 17 00:00:00 2001 From: micnncim Date: Mon, 14 Oct 2019 16:29:58 +0900 Subject: [PATCH 8/9] Add lgtm-reaction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6df026d..82f5644 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action) - [Generate a table of contents](https://github.com/technote-space/toc-generator) +- [Action to send LGTM reaction as image or GIF when we say lgtm](https://github.com/micnncim/action-lgtm-reaction) ### Testing and Linting From 7a272399a8d2140fc029ee6d4d08f0a0567ebe3d Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Tue, 15 Oct 2019 01:15:59 +0900 Subject: [PATCH 9/9] Add Issue Labeler Added Github action that automatically adds label or assignee to a Github Issue based on the Issue content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6df026d..988f502 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action) - [Generate a table of contents](https://github.com/technote-space/toc-generator) +- [Automatically add Label or Assignee to an Issue](https://github.com/Naturalclar/issue-action) ### Testing and Linting