mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 23:49:07 +00:00
Add contributors to README.
This commit is contained in:
parent
8a7397efd3
commit
f50878cfc8
2 changed files with 16 additions and 0 deletions
11
.github/workflows/contributors.yml
vendored
Normal file
11
.github/workflows/contributors.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
contrib-readme-job:
|
||||
runs-on: ubuntu-latest
|
||||
name: A job to automate contrib in readme
|
||||
steps:
|
||||
- name: Contribute List
|
||||
uses: akhilmhdh/contributors-readme-action@v2.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -54,6 +54,11 @@ TEMPLATES = [
|
|||
]
|
||||
```
|
||||
|
||||
# Contributors
|
||||
|
||||
<!-- readme: contributors -start -->
|
||||
<!-- readme: contributors -end -->
|
||||
|
||||
# Compatiblity
|
||||
|
||||
| Python version | Django version |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue