0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Merge pull request #79 from neon-mmd/contributors-list-automation-ci

Github CI to automate the generation of contributors list
This commit is contained in:
zhou fan 2023-05-30 15:57:43 +08:00 committed by GitHub
commit e45093bc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/contributors.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Contributors
on:
schedule:
- cron: '0 1 * * *' # At 01:00 on every day.
push:
branches:
- rolling
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
round: true
svgPath: ../../images/contributors_list.svg