Skip to content

Commit 23226c2

Browse files
committed
feat: add CivilEngeneer and apalaio to the list of sponsors
1 parent 9f34873 commit 23226c2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/github-action/contributors.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ const contributors = [
1111
'tsironis13',
1212
];
1313

14-
const sponsors = ['ddotx', 'LMFinney', 'alannelucq', 'SidV2', 'fpalmab'];
14+
const sponsors = [
15+
'ddotx',
16+
'LMFinney',
17+
'alannelucq',
18+
'SidV2',
19+
'fpalmab',
20+
'CivilEngeneer',
21+
'apalaio',
22+
];
1523

1624
module.exports = {
1725
contributors,

0 commit comments

Comments
 (0)