We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ec6f0 commit d7ad7d1Copy full SHA for d7ad7d1
.github/workflows/contributors.yml
@@ -0,0 +1,25 @@
1
+# This is a basic workflow to help you get started with Actions
2
+
3
+name: Add contributors
4
+on:
5
+ #schedule:
6
+ # - cron: '20 20 * * *'
7
+ push:
8
+ branches:
9
+ - master
10
11
+jobs:
12
+ add-contributors:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - uses: BobAnkh/add-contributors@master
17
+ with:
18
+ CONTRIBUTOR: '### Contributors'
19
+ COLUMN_PER_ROW: '6'
20
+ ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
21
+ IMG_WIDTH: '100'
22
+ FONT_SIZE: '14'
23
+ PATH: '/readme.md'
24
+ COMMIT_MESSAGE: 'docs(README): update contributors'
25
+ AVATAR_SHAPE: 'round'
.github/workflows/sync-contributors.yml
0 commit comments