-
-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Description
Type
- Content inaccurate
- Content missing
- Typo
URL
Lines 174 to 183 in 617b610
## Sponsors | |
These are our cool sponsors! | |
<!-- sponsors --><!-- sponsors --> | |
[conventional_commits]: https://www.conventionalcommits.org | |
[semver]: https://semver.org/ | |
[keepchangelog]: https://keepachangelog.com/ | |
[gitscm]: https://git-scm.com/downloads |
commitizen/.github/workflows/docspublish.yml
Lines 66 to 70 in 617b610
- name: Generate Sponsors 💖 | |
uses: JamesIves/github-sponsors-readme-action@v1 | |
with: | |
token: ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }} | |
file: "docs/README.md" |
Description
The sponsors are missing.
I traced git blame and found this PR: #839
It seems that the GitHub workflow is not working properly?