From ce05b1da7ef6f03e220acaacc75f3400d975900b Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 11 Jul 2022 00:37:55 +0100 Subject: [PATCH] Adds credits page, and automated workflow --- .github/CREDITS.md | 548 ++++++++++++++++++++++++++++++++++ .github/workflows/credits.yml | 50 ++++ 2 files changed, 598 insertions(+) create mode 100644 .github/CREDITS.md create mode 100644 .github/workflows/credits.yml diff --git a/.github/CREDITS.md b/.github/CREDITS.md new file mode 100644 index 0000000..5830b44 --- /dev/null +++ b/.github/CREDITS.md @@ -0,0 +1,548 @@ +# Credits + +### Sponsors + + + +--- + +### Contributors + + + +--- + +### Original Contributors + +_Awesome-Privacy originated from [Personal-Security-Checklist](https://github.com/Lissy93/personal-security-checklist), in which the following users contributed to._ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Lissy93 +
+ Alicia Sykes +
+
+ + matkoniecz +
+ Mateusz Konieczny +
+
+ + liss-bot +
+ Alicia Bot +
+
+ + lucadidomenico +
+ Luca Di Domenico +
+
+ + gitetsu +
+ Gitetsu +
+
+ + aarontorres0 +
+ Aaron +
+
+ + 0xnbk +
+ Nbk +
+
+ + alxndrv +
+ Andrey Aleksandrov +
+
+ + ilesinge +
+ Alexandre G.-Raymond +
+
+ + ba32107 +
+ Balazs Gyurak +
+
+ + dmbaturin +
+ Daniil Baturin +
+
+ + pndyjack +
+ Jaimin +
+
+ + kdenhartog +
+ Kyle Den Hartog +
+
+ + mwleeds +
+ Phaedrus Leeds +
+
+ + sirodoht +
+ Theodore Keloglou +
+
+ + zacharyraber +
+ Zachary Raber +
+
+ + ansuz +
+ Ansuz +
+
+ + marjamis +
+ Marjamis +
+
+ + rusty-snake +
+ Rusty-snake +
+
+ + b3pio +
+ ₿ӠⱣłØ +
+
+ + 101lols +
+ 101lols +
+
+ + boushley +
+ Aaron Boushley +
+
+ + Adv4n6 +
+ Adv4n6 +
+
+ + andydonzelli +
+ Andy Donzelli +
+
+ + austinhuang0131 +
+ Austin Huang +
+
+ + ben-thul +
+ Ben Thul +
+
+ + BBlackwo +
+ Benjamin B +
+
+ + BrunoBernardino +
+ Bruno Bernardino +
+
+ + chemmi +
+ Christian Hemminghaus +
+
+ + DaShoe +
+ DaShoe +
+
+ + danielgtaylor +
+ Daniel G. Taylor +
+
+ + VoDmAl +
+ Dmitry Vorobyev +
+
+ + federicoviceconti +
+ Federico +
+
+ + Z4rak +
+ Z4rak +
+
+ + fkohrt +
+ Florian Kohrt +
+
+ + freddy-m +
+ Freddy +
+
+ + hw4n +
+ Hwanhee Chae +
+
+ + jneplokh +
+ Jacob Neplokh +
+
+ + gongjason +
+ Jason G +
+
+ + mxygem +
+ Gemini Smith +
+
+ + monkeywithacupcake +
+ Jess +
+
+ + openjck +
+ John Karahalis +
+
+ + edelbluth +
+ Juergen Edelbluth +
+
+ + fetzu +
+ Julien +
+
+ + seclution +
+ Kai Biebel +
+
+ + koirand +
+ Kazuki Koide +
+
+ + leon-costa +
+ Leon Costa +
+
+ + lukecarr +
+ Luke Carr +
+
+ + mschwrdtnr +
+ Max S. +
+
+ + nickali +
+ Nick Ali +
+
+ + Oymate +
+ Oymate +
+
+ + pdelfino +
+ Pedro Delfino +
+
+ + sjamaan +
+ Peter Bex +
+
+ + yaxollum +
+ Peter Ye +
+
+ + rorymbyrne +
+ Rory Byrne +
+
+ + Silvhr +
+ Silvhr +
+
+ + spikecodes +
+ Spike +
+
+ + ThomasRettig +
+ Thomas Rettig +
+
+ + tim-v3 +
+ Tim Weber +
+
+ + zeusalmighty717 +
+ Zeus Almighty +
+
+ + apraile +
+ Apraile +
+
+ + elesiuta +
+ Eric Lesiuta +
+
+ + fireneat +
+ Fireneat +
+
+ + ignoramous +
+ Ignoramous +
+
+ + kevodwyer +
+ Kevodwyer +
+
+ + notthewave +
+ Notthewave +
+
+ + ogoregen +
+ Oğuzhan +
+
+ + partoneoftwo +
+ Partoneoftwo +
+
+ + pipboy96 +
+ Pipboy96 +
+
+ + theblackmallard +
+ Theblackmallard +
+
+ + 0x192 +
+ W1nst0n +
+
+ +--- + +### Newest Stargazers & Forkers + +| Stargazers | Forkers | +|---|---| +| [![Newest Stargazers](https://reporoster.com/stars/dark/Lissy93/awesome-privacy)](https://github.com/Lissy93/awesome-privacy/stargazers) | [![Newest Forkers](https://reporoster.com/forks/dark/lissy93/awesome-privacy)](https://github.com/Lissy93/awesome-privacy/network/members) | + + +

+ + +--- + +### You? + +Contribute to Awesome-Privacy by submitting a pull request, or opening a ticket. +For guidelines, see [CONTRIBUTING](/.github/CONTRIBUTING.md) diff --git a/.github/workflows/credits.yml b/.github/workflows/credits.yml new file mode 100644 index 0000000..e2535de --- /dev/null +++ b/.github/workflows/credits.yml @@ -0,0 +1,50 @@ +# Inserts list of contributors and community members into ./docs/credits.md +# Also generates an SVG showing all contributors, which is embedded into readme +name: 📊 Generate Contributor Credits +on: + workflow_dispatch: # Manual dispatch + schedule: + - cron: '0 5 * * 6' # Every Saturday morning. +jobs: + # Job #1 - Generate an embedded SVG asset, showing all contributors + generate-contributors: + runs-on: ubuntu-latest + steps: + - uses: bubkoo/contributors-list@v1 + with: + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} + svgPath: .github/assets/CONTRIBUTORS.svg + affiliation: all + includeBots: false + excludeUsers: snyk-bot + avatarSize: 96 + userNameHeight: 20 + svgWidth: 830 + commitMessage: 'Updates contributor SVG' + # Job #2 - Inserts sponsors into credits page + insert-sponsors: + runs-on: ubuntu-latest + steps: + - name: Checkout 🛎️ + uses: actions/checkout@v2 + - name: Generate Sponsors in Credits 💖 + uses: JamesIves/github-sponsors-readme-action@1.0.5 + with: + token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} + file: '.github/CREDITS.md' + # Job #3 - Inserts contributors into credits page + insert-credits: + runs-on: ubuntu-latest + name: Inserts contributors into credits.md + steps: + - name: Contribute List - Credits Page + uses: akhilmhdh/contributors-readme-action@v2.2 + env: + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} + with: + image_size: 80 + readme_path: .github/CREDITS.md + columns_per_row: 6 + commit_message: 'Updates contributors list' + committer_username: liss-bot + committer_email: liss-bot@d0h.co