Skip to content

Commit 5fc6b58

Browse files
authored
Merge pull request Expensify#82859 from ikevin127/ikevin127-ppMelvinUpdate2
[NoQA] fix: proposal police false-flagging GH bots and comments (follow-up)
2 parents a3a3d53 + beaa207 commit 5fc6b58

22 files changed

Lines changed: 109 additions & 36 deletions

File tree

.github/actions/javascript/authorChecklist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15589,7 +15589,8 @@ const CONST = {
1558915589
},
1559015590
COMMENT: {
1559115591
TYPE_BOT: 'Bot',
15592-
NAME_MELVIN: 'melvin-bot',
15592+
NAME_MELVIN_BOT: 'melvin-bot',
15593+
NAME_MELVIN_USER: 'MelvinBot',
1559315594
NAME_CODEX: 'chatgpt-codex-connector',
1559415595
NAME_GITHUB_ACTIONS: 'github-actions',
1559515596
},

.github/actions/javascript/awaitStagingDeploys/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12367,7 +12367,8 @@ const CONST = {
1236712367
},
1236812368
COMMENT: {
1236912369
TYPE_BOT: 'Bot',
12370-
NAME_MELVIN: 'melvin-bot',
12370+
NAME_MELVIN_BOT: 'melvin-bot',
12371+
NAME_MELVIN_USER: 'MelvinBot',
1237112372
NAME_CODEX: 'chatgpt-codex-connector',
1237212373
NAME_GITHUB_ACTIONS: 'github-actions',
1237312374
},

.github/actions/javascript/checkAndroidStatus/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737110,7 +737110,8 @@ const CONST = {
737110737110
},
737111737111
COMMENT: {
737112737112
TYPE_BOT: 'Bot',
737113-
NAME_MELVIN: 'melvin-bot',
737113+
NAME_MELVIN_BOT: 'melvin-bot',
737114+
NAME_MELVIN_USER: 'MelvinBot',
737114737115
NAME_CODEX: 'chatgpt-codex-connector',
737115737116
NAME_GITHUB_ACTIONS: 'github-actions',
737116737117
},

.github/actions/javascript/checkDeployBlockers/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11634,7 +11634,8 @@ const CONST = {
1163411634
},
1163511635
COMMENT: {
1163611636
TYPE_BOT: 'Bot',
11637-
NAME_MELVIN: 'melvin-bot',
11637+
NAME_MELVIN_BOT: 'melvin-bot',
11638+
NAME_MELVIN_USER: 'MelvinBot',
1163811639
NAME_CODEX: 'chatgpt-codex-connector',
1163911640
NAME_GITHUB_ACTIONS: 'github-actions',
1164011641
},

.github/actions/javascript/checkSVGCompression/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20159,7 +20159,8 @@ const CONST = {
2015920159
},
2016020160
COMMENT: {
2016120161
TYPE_BOT: 'Bot',
20162-
NAME_MELVIN: 'melvin-bot',
20162+
NAME_MELVIN_BOT: 'melvin-bot',
20163+
NAME_MELVIN_USER: 'MelvinBot',
2016320164
NAME_CODEX: 'chatgpt-codex-connector',
2016420165
NAME_GITHUB_ACTIONS: 'github-actions',
2016520166
},

.github/actions/javascript/createOrUpdateStagingDeploy/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11855,7 +11855,8 @@ const CONST = {
1185511855
},
1185611856
COMMENT: {
1185711857
TYPE_BOT: 'Bot',
11858-
NAME_MELVIN: 'melvin-bot',
11858+
NAME_MELVIN_BOT: 'melvin-bot',
11859+
NAME_MELVIN_USER: 'MelvinBot',
1185911860
NAME_CODEX: 'chatgpt-codex-connector',
1186011861
NAME_GITHUB_ACTIONS: 'github-actions',
1186111862
},

.github/actions/javascript/formatCodeCovComment/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11821,7 +11821,8 @@ const CONST = {
1182111821
},
1182211822
COMMENT: {
1182311823
TYPE_BOT: 'Bot',
11824-
NAME_MELVIN: 'melvin-bot',
11824+
NAME_MELVIN_BOT: 'melvin-bot',
11825+
NAME_MELVIN_USER: 'MelvinBot',
1182511826
NAME_CODEX: 'chatgpt-codex-connector',
1182611827
NAME_GITHUB_ACTIONS: 'github-actions',
1182711828
},

.github/actions/javascript/getArtifactInfo/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11595,7 +11595,8 @@ const CONST = {
1159511595
},
1159611596
COMMENT: {
1159711597
TYPE_BOT: 'Bot',
11598-
NAME_MELVIN: 'melvin-bot',
11598+
NAME_MELVIN_BOT: 'melvin-bot',
11599+
NAME_MELVIN_USER: 'MelvinBot',
1159911600
NAME_CODEX: 'chatgpt-codex-connector',
1160011601
NAME_GITHUB_ACTIONS: 'github-actions',
1160111602
},

.github/actions/javascript/getDeployPullRequestList/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11781,7 +11781,8 @@ const CONST = {
1178111781
},
1178211782
COMMENT: {
1178311783
TYPE_BOT: 'Bot',
11784-
NAME_MELVIN: 'melvin-bot',
11784+
NAME_MELVIN_BOT: 'melvin-bot',
11785+
NAME_MELVIN_USER: 'MelvinBot',
1178511786
NAME_CODEX: 'chatgpt-codex-connector',
1178611787
NAME_GITHUB_ACTIONS: 'github-actions',
1178711788
},

.github/actions/javascript/getPreviousVersion/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11592,7 +11592,8 @@ const CONST = {
1159211592
},
1159311593
COMMENT: {
1159411594
TYPE_BOT: 'Bot',
11595-
NAME_MELVIN: 'melvin-bot',
11595+
NAME_MELVIN_BOT: 'melvin-bot',
11596+
NAME_MELVIN_USER: 'MelvinBot',
1159611597
NAME_CODEX: 'chatgpt-codex-connector',
1159711598
NAME_GITHUB_ACTIONS: 'github-actions',
1159811599
},

0 commit comments

Comments
 (0)