From d7ab7cbb80b6f8a1da9f87b47c2e26a96939b1b7 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 13 Jan 2024 14:50:02 -0800 Subject: [PATCH] chore(readme): Add contributor action & readme changes --- .github/workflows/contributors.yml | 22 ++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 00000000..2ee8ffe3 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,22 @@ +name: Update Contributors + +on: + schedule: + - cron: '0 0 * * *' # Every day at midnight + push: + branches: + - main + +jobs: + update: + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + steps: + - name: Checkout + uses: actions/checkout@v4 + + - uses: akhilmhdh/contributors-readme-action@v2.3.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index c5925dc7..7a8587fb 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,9 @@ sudo mokutil --import secure_boot_key.der ![Bazzite](https://repobeats.axiom.co/api/embed/86b500d79c613015ad16f56df76c8e13f3fd98ae.svg "Repobeats analytics image") + + + ## Special Thanks Bazzite is a community effort and wouldn't exist without everyone's support. Below are some of the people who've helped us along the way: