From 7ff14a015c9225d8d7161f86acaa8e44727074eb Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Thu, 1 Jan 2026 12:31:06 -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 1e736ee..8374341 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,8 @@ Install directly from the [Visual Studio Marketplace](https://marketplace.visual Contributions are welcome! Issues, PRs, etc. For cloning and building this project yourself, make sure to install the [Extensibility Essentials 2022 extension](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) for Visual Studio which enables some features used by this project. + +## Contributors + + +