Skip to content
Snippets Groups Projects
contributors-packagejson.yml 448 B
Newer Older
  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"