Skip to content

Commit

Permalink
Add contributors auto-update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SufeyifanWu committed Sep 15, 2024
1 parent 49b4e05 commit 51ead66
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update Contributors

on:
push:
branches:
- main

jobs:
update-contributors:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Update contributors
uses: all-contributors/all-contributors-cli-action@v1
with:
file: README.md

0 comments on commit 51ead66

Please sign in to comment.