Skip to content

Commit 56ad385

Browse files
authored
feat(workflow): add contributors workflow (#11)
1 parent 71bfd16 commit 56ad385

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
@@ -25,3 +25,8 @@ A Visual Studio extension that monitors debugging events and displays a notifica
2525
Contributions are welcome! Issues, PRs, etc. While it may seem this extension is "done", who knows what the future may hold for it? 🔮
2626

2727
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.
28+
29+
## 👥 Contributors
30+
31+
<!-- readme: contributors -start -->
32+
<!-- readme: contributors -end -->

0 commit comments

Comments
 (0)