Skip to content

Commit 6671e16

Browse files
committed
[DOCS] First try at adding the automatic contributors list
1 parent 1e92795 commit 6671e16

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
jobs:
7+
contrib-readme-job:
8+
runs-on: ubuntu-latest
9+
name: A job to automate contrib in readme
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
steps:
14+
- name: Contribute List
15+
uses: akhilmhdh/contributors-readme-action@v2.3.11
16+
with:
17+
image_size: 50
18+
use_username: true
19+
columns_per_row: 12
20+
commit_message: [ROOT][DOCS] contrib-readme-action has updated readme
21+
pr_title_on_protected: [ROOT][DOCS] contributors readme action update
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ You might want to check your EDS/XDD file with this free [EDSchecker](https://ww
6262
Contributing
6363
--------
6464
If you want to help us out by contributing to this project, first of all thank you ! And please read our [Contributing Guidelines](https://github.com/CANopenNode/CANopenEditor/blob/docs/CONTRIBUTING.md). We are very beginner friendly so, even if you are not extremely experienced with contributing to open source projects, fear not and try !
65+
66+
Collaborators
67+
--------
68+
<!-- readme: collaborators -start -->
69+
<!-- readme: collaborators -end -->
70+
71+
Contributors
72+
--------
73+
<!-- readme: contributors -start -->
74+
<!-- readme: contributors -end -->

0 commit comments

Comments
 (0)