From 0b96c7690d60da039f7c2f7af3cd05490f5aafdb Mon Sep 17 00:00:00 2001 From: Santiago Fraire Date: Fri, 8 Sep 2023 09:43:16 +0200 Subject: [PATCH] fix: add sponsors to README --- .github/workflows/bumpversion.yml | 5 +++++ docs/README.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index 2516b2448a..86a379ef20 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -16,6 +16,11 @@ jobs: with: fetch-depth: 0 token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' + - name: Generate Sponsors 💖 + uses: JamesIves/github-sponsors-readme-action@v1 + with: + token: ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }} + file: 'docs/README.md' - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: diff --git a/docs/README.md b/docs/README.md index 2e14a37b1e..56848cfa44 100644 --- a/docs/README.md +++ b/docs/README.md @@ -153,6 +153,12 @@ eval "$(register-python-argcomplete cz)" For further information on activation, please visit the [argcomplete website](https://kislyuk.github.io/argcomplete/). +## Sponsors + +These are our cool sponsors! + + + [conventional_commits]: https://www.conventionalcommits.org [semver]: https://semver.org/ [keepchangelog]: https://keepachangelog.com/