Skip to content

fix: 修复静默状态下点击节点和边会修修改节点和边的层级 fix 1588 #307

fix: 修复静默状态下点击节点和边会修修改节点和边的层级 fix 1588

fix: 修复静默状态下点击节点和边会修修改节点和边的层级 fix 1588 #307

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