Skip to content

Add Related Repos bookmarklet link #51

Add Related Repos bookmarklet link

Add Related Repos bookmarklet link #51

name: New Submission PR
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
jobs:
new-pull-request:
if: github.event.pull_request.user.login != github.repository_owner
runs-on: ubuntu-latest
name: AwesomeDevtoolsBot
steps:
- name: Automated Comment
uses: thollander/actions-comment-pull-request@v3
with:
message: |
Hey **${{ github.event.pull_request.user.login }}**! Thanks for your submission! 🚀
To keep awesome-devtools instantly accessible for everyone, all tools must be:
- **Browser-based** — no downloads or native app installs
- **Direct link** — goes straight to the tool (not a multi-tool landing page)
- **100% free** — no signups, trials, paywalls, or usage limits
Please make sure your PR meets these criteria. It may take some time for your submission to be reviewed — you can occasionally comment with a "bump" to bring more attention to it.
Thanks for contributing! 🙌
reactions: eyes, rocket