Skip to content

Commit f295f9b

Browse files
authored
Merge pull request #173 from Typeform/ARCH-1-jira-linked-bot-users
fix(jira-linked): add Jenkins bot exception
2 parents 163026e + 72a376d commit f295f9b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/conditions/triggeredByBot.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export const BOT_USERS = [
99
'dependabot-preview[bot]',
1010
'tf-security',
1111
'seti-tf',
12-
'tf-IT'
12+
'Jenkins user',
13+
'tf-IT',
1314
]
1415

1516
export async function triggeredByBot(): Promise<boolean> {

0 commit comments

Comments
 (0)