Skip to content

Commit 209f2ce

Browse files
committed
feat: add a config file for update-contributors script
1 parent c8853d5 commit 209f2ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"includedRepositories": [
3+
"frontend.mu",
4+
"video",
5+
"google-photos-sync",
6+
"conference-2024",
7+
"frontendmu-ticket"
8+
],
9+
"excludedContributors": [
10+
"actions-user",
11+
"github-actions[bot]"
12+
]
13+
}

0 commit comments

Comments
 (0)