From e977b24a75576b0b255033cb4d75d9702272b04e Mon Sep 17 00:00:00 2001 From: crypt0rr <57799908+crypt0rr@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:28:39 +0200 Subject: [PATCH 1/2] Update contributors section in README to use contrib.rocks --- README.md | 238 ++---------------------------------------------------- 1 file changed, 5 insertions(+), 233 deletions(-) diff --git a/README.md b/README.md index 5e6111e..fc46204 100644 --- a/README.md +++ b/README.md @@ -256,239 +256,11 @@ Tailscale Funnel securely exposes services to the public internet. Tailscale Ser A huge thank you to all our contributors! ScaleTail wouldn’t be what it is today without your time, effort, and ideas! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - crypt0rr -
- crypt0rr -
-
- - jackspiering -
- jackspiering -
-
- - lcs-crr -
- lcs-crr -
-
- - michaelhodges -
- michaelhodges -
-
- - ChillBill77 -
- ChillBill77 -
-
- - adamsthws -
- adamsthws -
-
- - theryukverse -
- theryukverse -
-
- - KhaaL -
- KhaaL -
-
- - SamPlaysKeys -
- SamPlaysKeys -
-
- - LaijieJi -
- LaijieJi -
-
- - MeheheCedy22 -
- MeheheCedy22 -
-
- - MajnuRangeela -
- MajnuRangeela -
-
- - mikkotor -
- mikkotor -
-
- - NI-R0 -
- NI-R0 -
-
- - RychidM -
- RychidM -
-
- - svenvg93 -
- svenvg93 -
-
- - XikoCat -
- XikoCat -
-
- - guybrush115 -
- guybrush115 -
-
- - pjv -
- pjv -
-
- - wedge22 -
- wedge22 -
-
- - onlykshitij -
- onlykshitij -
-
- - jpmurray -
- jpmurray -
-
- - Jacob-JA-Shanks -
- Jacob-JA-Shanks -
-
- - gnr8shn -
- gnr8shn -
-
- - gaetan-petit -
- gaetan-petit -
-
- - dfilvtov -
- dfilvtov -
-
- - cdkooistra -
- cdkooistra -
-
- - Aurorainic -
- Aurorainic -
-
- - ironicbadger -
- ironicbadger -
-
- - adivardhan1000 -
- adivardhan1000 -
-
- - orchard0 -
- orchard0 -
-
+ + ScaleTail contributors + + +Made with [contrib.rocks](https://contrib.rocks). ## Contributing From 2beffce790d08f09fbc059852b02ea6791f49a17 Mon Sep 17 00:00:00 2001 From: crypt0rr <57799908+crypt0rr@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:29:12 +0200 Subject: [PATCH 2/2] Remove outdated contributors update workflow --- .github/workflows/contributors.yml | 42 ------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml deleted file mode 100644 index 0486127..0000000 --- a/.github/workflows/contributors.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Update contributors - -on: - push: - branches: - - main - workflow_dispatch: - schedule: - - cron: "17 3 * * *" - -jobs: - update-readme-contributors: - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - - steps: - - name: Checkout repository - uses: actions/checkout@v6 - - - name: Update contributors in README - uses: akhilmhdh/contributors-readme-action@v2.3.11 - with: - readme_path: README.md - columns_per_row: 6 - image_size: 100 - use_username: true - push: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Create pull request - uses: peter-evans/create-pull-request@v8 - with: - commit-message: "docs(contributors): update README contributors" - branch: bot/update-contributors - delete-branch: true - title: "docs: update contributors" - body: | - Automated update of the contributors section in README. - base: main \ No newline at end of file