Skip to content

Commit 86ebd09

Browse files
authored
feat(workflow): add contributors workflow (#336)
1 parent 89f55a9 commit 86ebd09

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Update Contributors
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
contributors:
10+
uses: CodingWithCalvin/.github/.github/workflows/contributors.yml@main
11+
secrets: inherit

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ Contributions are welcome! Whether it's bug reports, feature requests, or pull r
120120

121121
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
122122

123+
## Contributors
124+
125+
<!-- readme: contributors -start -->
126+
<!-- readme: contributors -end -->
127+
123128
## Disclaimer
124129

125130
This extension is an independent, community-driven project and is **not affiliated with, endorsed by, or sponsored by Couchbase, Inc.** Couchbase and Capella are trademarks of Couchbase, Inc.

0 commit comments

Comments
 (0)