fix(docs): 修复文档中“基础教程”和“实例”部分的 nodeModel
和 edgeModel
跳转地址错误
#313
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🤝 Update Contributors | |
on: | |
schedule: | |
- cron: '0 1 * * *' | |
push: | |
branches: | |
- master | |
- next | |
- next-major | |
- alpha | |
- beta | |
jobs: | |
contrib-readme-job: | |
runs-on: ubuntu-latest | |
name: A job to automate contributors in readme | |
# Only run workflow if the repository is not a fork | |
if: ${{ !github.event.repository.fork }} | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- uses: wow-actions/contributors-list@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} | |
excludeUsers: semantic-release-bot ImgBotApp |