diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..6c91a77 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,11 @@ +name: Update Contributors + +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: + +jobs: + contributors: + uses: CodingWithCalvin/.github/.github/workflows/contributors.yml@main + secrets: inherit diff --git a/README.md b/README.md index 333f6f2..02a6741 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ Contributions are welcome! Whether it's bug reports, feature requests, or pull r This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +## Contributors + + + + ## Disclaimer 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.