From 6b32c5eda82ba2e80efa10fda93d2b6d3a66dff1 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Thu, 1 Jan 2026 12:30:56 -0500 Subject: [PATCH] feat(workflow): add contributors workflow --- .github/workflows/contributors.yml | 11 +++++++++++ README.md | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 .github/workflows/contributors.yml 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.