Newer
Older

Griefed
committed
name: Contributors
on:
schedule:

Griefed
committed
- cron: '5 1 * * 0'

Griefed
committed
workflow_dispatch:
jobs:
package-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wow-actions/update-contributors@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
affiliation: all
commit_message: "chore: Update Collaborators, Contributors etc. in package.json"