From f61e37aedba64a18d407fc073616284dfda4218e Mon Sep 17 00:00:00 2001 From: Michael Scott Hertzberg Date: Sun, 30 Jun 2024 13:38:18 -0400 Subject: [PATCH 1/7] Create new-pull-request.yml workflow --- .github/workflows/new-pull-request.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/new-pull-request.yml diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml new file mode 100644 index 0000000..2f336d0 --- /dev/null +++ b/.github/workflows/new-pull-request.yml @@ -0,0 +1,24 @@ +name: New Submission PR + +on: pull_request + +jobs: + new-pull-request: + runs-on: ubuntu-latest + name: An example job to comment a PR + steps: + - uses: actions/checkout@v3 + + - name: Automated Comment + if: github.actor != github.repository_owner + uses: thollander/actions-comment-pull-request@v2 + with: + message: | + Hello ${{ github.actor }}! :wave: + Many thanks for your submission. Please ensure that you + have read the requirements for approving and merging your PR. + Please allow some time for your submission to be reviewed, and + feel free to comment with occasional "bump" comments for visibility. + reactions: eyes, rocket + # comment_tag: to_delete + # mode: delete From 5652372e8eaac636404fc8da0f4d0f5e60737d4d Mon Sep 17 00:00:00 2001 From: Michael Scott Hertzberg Date: Sun, 30 Jun 2024 13:39:06 -0400 Subject: [PATCH 2/7] test removal of github.actor check --- .github/workflows/new-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml index 2f336d0..e62fe68 100644 --- a/.github/workflows/new-pull-request.yml +++ b/.github/workflows/new-pull-request.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - name: Automated Comment - if: github.actor != github.repository_owner + # if: github.actor != github.repository_owner uses: thollander/actions-comment-pull-request@v2 with: message: | From 2524228fd8ee29f935c0a81e777c7588d63b7558 Mon Sep 17 00:00:00 2001 From: Michael Scott Hertzberg Date: Sun, 30 Jun 2024 13:46:17 -0400 Subject: [PATCH 3/7] updated message --- .github/workflows/new-pull-request.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml index e62fe68..aedbc89 100644 --- a/.github/workflows/new-pull-request.yml +++ b/.github/workflows/new-pull-request.yml @@ -14,11 +14,8 @@ jobs: uses: thollander/actions-comment-pull-request@v2 with: message: | - Hello ${{ github.actor }}! :wave: - Many thanks for your submission. Please ensure that you - have read the requirements for approving and merging your PR. - Please allow some time for your submission to be reviewed, and - feel free to comment with occasional "bump" comments for visibility. + Hello **${{ github.actor }}** :wave:, + Thank you very much for your submission! Please make sure you have reviewed the requirements for approving and merging your pull request (PR). It may take some time for your submission to be reviewed. You can occasionally comment with a "bump" to bring more attention to it. reactions: eyes, rocket # comment_tag: to_delete # mode: delete From 8f09a6073985b9a5e7503b67169a373e4746844f Mon Sep 17 00:00:00 2001 From: Michael Scott Hertzberg Date: Sun, 30 Jun 2024 13:47:28 -0400 Subject: [PATCH 4/7] final edit --- .github/workflows/new-pull-request.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml index aedbc89..037a622 100644 --- a/.github/workflows/new-pull-request.yml +++ b/.github/workflows/new-pull-request.yml @@ -10,12 +10,10 @@ jobs: - uses: actions/checkout@v3 - name: Automated Comment - # if: github.actor != github.repository_owner + if: github.actor != github.repository_owner uses: thollander/actions-comment-pull-request@v2 with: message: | - Hello **${{ github.actor }}** :wave:, + Hello **${{ github.actor }}** :wave:! Thank you very much for your submission! Please make sure you have reviewed the requirements for approving and merging your pull request (PR). It may take some time for your submission to be reviewed. You can occasionally comment with a "bump" to bring more attention to it. reactions: eyes, rocket - # comment_tag: to_delete - # mode: delete From 4bac1d3b82fdc9b5daac7c79def3583883231033 Mon Sep 17 00:00:00 2001 From: Michael Scott Hertzberg Date: Sun, 30 Jun 2024 13:53:17 -0400 Subject: [PATCH 5/7] update --- .github/workflows/new-pull-request.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml index 037a622..0015986 100644 --- a/.github/workflows/new-pull-request.yml +++ b/.github/workflows/new-pull-request.yml @@ -1,6 +1,8 @@ name: New Submission PR -on: pull_request +on: + pull_request: + types: [opened] jobs: new-pull-request: @@ -10,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Automated Comment - if: github.actor != github.repository_owner + # if: github.actor != github.repository_owner uses: thollander/actions-comment-pull-request@v2 with: message: | From e8c2fa5ced08051cdf880ce327beb91917d61d4b Mon Sep 17 00:00:00 2001 From: Michael Scott Hertzberg Date: Thu, 1 Aug 2024 14:08:22 -0400 Subject: [PATCH 6/7] remove Sassmeister & getsslforfree --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b5a0431..d2a1c2f 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [JSON ABC](https://novicelab.org/jsonabc/) - Sorts JSON alphabetically - [Markdown to HTML](https://markdowntohtml.com) - Paste or type your markdown and see it rendered as HTML. Download or copy the resulting HTML. - [Markdown Tools](https://markdowntools.com) - Tools to convert Markdown to/from a number of formats. E.g. Html to Markdown, or a CSV to a Markdown table. -- [Sassmeister](http://sassmeister.com/) - Sass/Scss <-> CSS - [Sucrase](https://sucrase.io) - Super-fast Babel alternative - [SWC](https://swc.rs/playground) - compile JS/TS files using modern JS features and outputs valid code that is supported by all major browsers. - [Terser](https://try.terser.org/) - JavaScript parser, mangler and compressor toolkit for ES6+ @@ -199,7 +198,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### SSL -- [GetHTTPSForFree!](https://gethttpsforfree.com/) - Genuinely FREE SSL certificates (courtesy of [Let's Encrypt](https://letsencrypt.org/)) - [Self-Signed Certificate Generator](http://selfsignedcertificate.com/) - A self-signed certificate generator. - [Mozilla SSL Configuration Generator](https://ssl-config.mozilla.org) - SSL configuration generator for various server software and platforms. From 52eb192843d842ca3ae627421b2270a3415f28a6 Mon Sep 17 00:00:00 2001 From: Spencer Smith Date: Sat, 28 Sep 2024 08:59:28 -0600 Subject: [PATCH 7/7] Add diff text --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2a1c2f..ca343a6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Diffing +- [Diff Text](https://difftext.com/) - Quickly highlight differences in plain text, code, or JSON files. - [JSONDiffPatch](https://benjamine.github.io/jsondiffpatch) - Run a visual or non-visual diff on two JSON blobs. ### Document & Editors