🏗️ Updates/ adds actions for generating repo reports and info

This commit is contained in:
Alicia Sykes
2021-10-01 20:59:09 +01:00
parent bbf3cea284
commit 6b8262c12e
3 changed files with 58 additions and 6 deletions

View File

@@ -65,4 +65,19 @@ jobs:
committer_username: liss-bot
committer_email: liss-bot@d0h.co
make-author-list:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wow-actions/update-authors@v1
with:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
sort: commits
bots: true
path: .github/AUTHORS.txt
commit: ':blue_heart: Makes author list'
template: {{name}} <{{email}}> - {{commits}} commits