Skip to content

chore(dependencies): update vue monorepo to v3.5.13 (#199) #71

chore(dependencies): update vue monorepo to v3.5.13 (#199)

chore(dependencies): update vue monorepo to v3.5.13 (#199) #71

Workflow file for this run

name: Contributors
on:
schedule:
- cron: "0 8 * * 0"
push:
branches:
- master
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
svgPath: CONTRIBUTORS.svg
sort: true
round: true
truncate: 0
affiliation: "all"
includeBots: true
commitMessage: "chore(contributors) [skip ci]"