diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml new file mode 100644 index 0000000..fa272c6 --- /dev/null +++ b/.github/workflows/authors.yml @@ -0,0 +1,15 @@ +name: Update Authors +on: + push: + branches: + - master +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: wow-actions/update-authors@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + template: '{{email}} : {{commits}}' + path: 'AUTHORS'