mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-19 09:49:01 -04:00
added authors.yml
This commit is contained in:
parent
3cd9bfa7bb
commit
c8735c257a
15
.github/workflows/authors.yml
vendored
Normal file
15
.github/workflows/authors.yml
vendored
Normal file
@ -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'
|
Loading…
Reference in New Issue
Block a user