Skip to content

Commit a04a1da

Browse files
committed
Update enums
1 parent ffb7916 commit a04a1da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/enums.d.ts

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

dist/index.js

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/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export enum AllowedIssueCommentAction {
2323
/** Fast Track Bot (GitHub App) */
2424
export enum Bot {
2525
/** Email Address */
26-
EMAIL = '153844374+gh-intermediate-issueops[bot]@users.noreply.github.com',
26+
EMAIL = '185417500+gh-intermediate-issueops[bot]@users.noreply.github.com',
2727
/** User Name */
2828
USER = 'gh-intermediate-issueops[bot]'
2929
}

0 commit comments

Comments
 (0)