From 13e18bcf6c3743c9f113f486f8dbbd708df89a10 Mon Sep 17 00:00:00 2001 From: Meir Gabay Date: Thu, 16 Apr 2020 09:43:33 +0300 Subject: [PATCH 1/7] githubsecrets-cli Add to Security - Manage Your GitHub Actions secrets, With A Simple CLI - https://github.com/unfor19/githubsecrets --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..ffebcd1 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Snyk Test Action](https://github.com/snyk/actions) +- [Manage Your GitHub Actions secrets, With A Simple CLI](https://github.com/unfor19/githubsecrets) #### Code Coverage From a5b5234663e18d5f98bae324d5a51db16c082056 Mon Sep 17 00:00:00 2001 From: Renato Vicente Date: Mon, 20 Apr 2020 19:39:32 -0300 Subject: [PATCH 2/7] Adding auto-label action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..556947d 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) - [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) +- [Auto label issue based on a text/synonym](https://github.com/Renato66/auto-label) ### Collection of Actions From 3b042f6ef14b3d673f89cc5ed2309a32e106ee0d Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Wed, 22 Apr 2020 03:24:04 +0100 Subject: [PATCH 3/7] docs: Adding Lazarus/FPC Setup action: setup-lazarus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..59e9df9 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [GitHub Actions for Docker](https://github.com/docker/github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) +- [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) ### Utility From b8f67c9308cb235e7e3db6923997533b6db09748 Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Sat, 25 Apr 2020 00:40:48 +0100 Subject: [PATCH 4/7] docs: As requested, moved to section Utilities --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e9df9..95e8076 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [GitHub Actions for Docker](https://github.com/docker/github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) -- [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) ### Utility @@ -199,6 +198,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD. - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. +- [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) + #### Environments From 9f2937f4c393eea2d2c83880d179c5d748d07507 Mon Sep 17 00:00:00 2001 From: Renato Vicente Date: Fri, 24 Apr 2020 23:09:14 -0300 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556947d..4c20f4f 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) - [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) -- [Auto label issue based on a text/synonym](https://github.com/Renato66/auto-label) +- [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) ### Collection of Actions From 255e21c3e762d7d149d051e55b6d6e87f0a55e24 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 26 Apr 2020 05:17:29 -0400 Subject: [PATCH 6/7] spelling: screenshots --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1227a..6bfb512 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action) - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action) - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) -- [Get generated static site screeshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) +- [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) ### GitHub Pages From aa2fbca5065e1281a7ffcbe1f6e5ca8345342ccb Mon Sep 17 00:00:00 2001 From: Meir Gabay Date: Mon, 27 Apr 2020 11:08:47 +0300 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffebcd1..3c47c62 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Snyk Test Action](https://github.com/snyk/actions) -- [Manage Your GitHub Actions secrets, With A Simple CLI](https://github.com/unfor19/githubsecrets) +- [Manage Your GitHub Actions Secrets With A Simple CLI](https://github.com/unfor19/githubsecrets) #### Code Coverage