Skip to content

Commit 9683787

Browse files
committed
doc: Update README.md
1 parent 94e2cd9 commit 9683787

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ jobs:
1616
with:
1717
node-version: 20
1818
registry-url: 'https://registry.npmjs.org'
19+
20+
- name: Generate Contributors Images
21+
uses: jaywcjlove/github-action-contributors@main
22+
id: contributors
23+
with:
24+
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
25+
output: CONTRIBUTORS.svg
26+
avatarSize: 42
27+
28+
- name: Modify README.md
29+
uses: jaywcjlove/github-action-modify-file-content@main
30+
with:
31+
path: README.md
32+
body: |
33+
${{steps.contributors.outputs.htmlList}}
1934
2035
- run: npm publish --access public --provenance
2136
name: 📦 open-browsers to NPM

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ if (openBrowsers('http://localhost:3000')) {
2727
}
2828
```
2929

30+
## Contributors
31+
32+
As always, thanks to our amazing contributors!
33+
34+
<!--GAMFC--><!--GAMFC-END-->
35+
36+
Made with [contributors](https://github.com/jaywcjlove/github-action-contributors).
37+
3038
### License
3139

3240
`open-browsers` is open source software licensed as MIT.

0 commit comments

Comments
 (0)