Skip to content

Commit

Permalink
chore: add github action for updating contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoung19 committed Oct 9, 2024
1 parent 20227ea commit 39db2e9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update Contributors

on:
push:
branches:
- main

jobs:
update-contributors:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: akhilmhdh/contributors-readme-action@v2.3.10
with:
commit_message: "docs: update contributors"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 39db2e9

Please sign in to comment.