Skip to content

Commit 4286934

Browse files
authored
feat(workflow): add contributors workflow (#6)
1 parent 1f360fa commit 4286934

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
@@ -20,3 +20,8 @@ A Visual Studio extension that adds a right-click context menu command that allo
2020
Contributions are welcome! Issues, PRs, etc. While it may seem this extension is "done", who knows what the future may hold for it?
2121

2222
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.
23+
24+
## Contributors
25+
26+
<!-- readme: contributors -start -->
27+
<!-- readme: contributors -end -->

0 commit comments

Comments
 (0)