From c8735c257a32b31974508c2ed9c1cdc8848b5150 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 7 Jan 2025 10:46:59 -0500 Subject: [PATCH] added authors.yml --- .github/workflows/authors.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/authors.yml 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'