chore: add authors pipeline (#1447)

This commit is contained in:
Dimitris Panokostas 2024-10-01 09:20:12 +02:00 committed by GitHub
parent 0a7806e15b
commit 11be090d9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/workflows/authors.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Update Authors
on:
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wow-actions/update-authors@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}