Skip to content

Commit 678b486

Browse files
authored
chore: add github-actions to known and email-safe bots (#4387)
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 1c4fe98 commit 678b486

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • services/libs/common/src/constants

services/libs/common/src/constants/bots.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const knownBots = new Set([
1717
'easycla',
1818
'fabbot',
1919
'facebook-github-bot',
20+
'github-actions',
2021
'github-merge-queue',
2122
'goreleaserbot',
2223
'harness-ci',
@@ -98,6 +99,7 @@ export const emailSafeKnownBots = new Set([
9899
'easycla',
99100
'fabbot',
100101
'facebook-github-bot',
102+
'github-actions',
101103
'github-merge-queue',
102104
'goreleaserbot',
103105
'harness-ci',

0 commit comments

Comments
 (0)