Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
moimikey authored Nov 12, 2024
2 parents 41eded4 + 5b9e339 commit 7dacd3f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/new-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: New Submission PR

on:
pull_request:
types: [opened]

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:!
Thank you very much for your submission! <u>Please make sure you have reviewed the requirements</u> 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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp; Editors
Expand Down Expand Up @@ -121,7 +122,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+
Expand Down Expand Up @@ -201,7 +201,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.

Expand Down

0 comments on commit 7dacd3f

Please sign in to comment.