Skip to content

Commit

Permalink
Merge pull request #173 from Typeform/ARCH-1-jira-linked-bot-users
Browse files Browse the repository at this point in the history
fix(jira-linked): add Jenkins bot exception
  • Loading branch information
pmlanger authored Jan 29, 2024
2 parents 163026e + 72a376d commit f295f9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/conditions/triggeredByBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const BOT_USERS = [
'dependabot-preview[bot]',
'tf-security',
'seti-tf',
'tf-IT'
'Jenkins user',
'tf-IT',
]

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

0 comments on commit f295f9b

Please sign in to comment.