Merge branch 'main' into dev
This commit is contained in:
commit
dc9208f4d5
14
.github/workflows/reademe-contributors
vendored
Normal file
14
.github/workflows/reademe-contributors
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
name: Generate a list of contributors
|
||||
jobs:
|
||||
contrib-readme-en-job:
|
||||
runs-on: ubuntu-latest
|
||||
name: A job to automate contrib in readme
|
||||
steps:
|
||||
- name: Contribute List
|
||||
uses: akhilmhdh/contributors-readme-action@v2.3.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
Loading…
Reference in New Issue
Block a user