Add Related Repos bookmarklet link #51
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |