Skip to content

Commit f1b8548

Browse files
committed
[DOCS][ACTION] YAML action for automatic contributor's list
1 parent 1e92795 commit f1b8548

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

.github/workflows/main.yml

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

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Exhaustive list of the library's supported formats:<br>
3939
- DocumentationMarkup [.md]
4040
- NetworkPDOReport [.md]
4141

42-
4342
File structure
4443
--------
4544
The main files and directories you'll need to understand are:
@@ -62,3 +61,13 @@ You might want to check your EDS/XDD file with this free [EDSchecker](https://ww
6261
Contributing
6362
--------
6463
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 !
64+
65+
Collaborators
66+
--------
67+
<!-- readme: collaborators -start -->
68+
<!-- readme: collaborators -end -->
69+
70+
Contributors
71+
--------
72+
<!-- readme: contributors -start -->
73+
<!-- readme: contributors -end -->

0 commit comments

Comments
 (0)