feat: add add loabl

This commit is contained in:
thomas
2024-04-17 21:45:41 +02:00
parent bdfb100b58
commit 41fc261705
4 changed files with 67 additions and 38 deletions

16
.github/github-action/contributors.js vendored Normal file
View File

@@ -0,0 +1,16 @@
const contributors = [
'tomalaforge',
'alcaidio',
'svenson95',
'jdegand',
'DeveshChau',
'stillst',
'wandri',
'webbomj',
'kabrunko-dev',
'Sanjar1304'
];
module.exports = {
contributors
};