chore: 更换为 All-Contributors bot

This commit is contained in:
MKStoler 2024-12-06 06:44:53 +08:00 committed by GitHub
parent 7d2f215e1e
commit eb9f5cdb9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +0,0 @@
name: Update Contributors list in Readme
on:
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}