From 23226c2dc66a8243ebfef458de9094ec699d1f8c Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 5 Sep 2024 21:16:33 +0200 Subject: [PATCH] feat: add CivilEngeneer and apalaio to the list of sponsors --- .github/github-action/contributors.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/github-action/contributors.js b/.github/github-action/contributors.js index d1d564d..67073f5 100644 --- a/.github/github-action/contributors.js +++ b/.github/github-action/contributors.js @@ -11,7 +11,15 @@ const contributors = [ 'tsironis13', ]; -const sponsors = ['ddotx', 'LMFinney', 'alannelucq', 'SidV2', 'fpalmab']; +const sponsors = [ + 'ddotx', + 'LMFinney', + 'alannelucq', + 'SidV2', + 'fpalmab', + 'CivilEngeneer', + 'apalaio', +]; module.exports = { contributors,