Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 553f038

Browse files
committed
Add semantic-release-bot to contributors blacklist
As the cli was added in #57 the semantic-release-bot is also not in the list, but it should not be as it is a bot.
1 parent e2eec02 commit 553f038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contribute/contributors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
'codeoverflow-org/nodecg-io-cli'
1414
];
1515
const BLACKLIST = [
16-
'dependabot[bot]'
16+
'dependabot[bot]',
17+
'semantic-release-bot'
1718
];
1819
(async () => {
1920
// name -> { avatar?, html_url, contributions }

0 commit comments

Comments
 (0)