Skip to content

Commit 9b8d207

Browse files
authored
feat(workflow): add contributors workflow (#44)
1 parent 3838d05 commit 9b8d207

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.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
@@ -51,3 +51,8 @@ Install directly from the [Visual Studio Marketplace](https://marketplace.visual
5151
Contributions are welcome! Issues, PRs, etc.
5252

5353
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.
54+
55+
## Contributors
56+
57+
<!-- readme: contributors -start -->
58+
<!-- readme: contributors -end -->

0 commit comments

Comments
 (0)