Skip to content

Commit e6a10fc

Browse files
committed
Merge branch 'main' into mkzie2-issue/67173
2 parents ba50fa4 + 09d484a commit e6a10fc

285 files changed

Lines changed: 37198 additions & 1102 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ help/_scripts/**
1717
modules/ExpensifyNitroUtils/nitrogen/**
1818
Mobile-Expensify/**
1919
vendor
20+
modules/group-ib-fp/**

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15575,6 +15575,7 @@ const CONST = {
1557515575
LABELS: {
1557615576
STAGING_DEPLOY: 'StagingDeployCash',
1557715577
DEPLOY_BLOCKER: 'DeployBlockerCash',
15578+
LOCK_DEPLOY: '🔐 LockCashDeploys 🔐',
1557815579
INTERNAL_QA: 'InternalQA',
1557915580
HELP_WANTED: 'Help Wanted',
1558015581
CP_STAGING: 'CP Staging',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12356,6 +12356,7 @@ const CONST = {
1235612356
LABELS: {
1235712357
STAGING_DEPLOY: 'StagingDeployCash',
1235812358
DEPLOY_BLOCKER: 'DeployBlockerCash',
12359+
LOCK_DEPLOY: '🔐 LockCashDeploys 🔐',
1235912360
INTERNAL_QA: 'InternalQA',
1236012361
HELP_WANTED: 'Help Wanted',
1236112362
CP_STAGING: 'CP Staging',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737059,6 +737059,7 @@ const CONST = {
737059737059
LABELS: {
737060737060
STAGING_DEPLOY: 'StagingDeployCash',
737061737061
DEPLOY_BLOCKER: 'DeployBlockerCash',
737062+
LOCK_DEPLOY: '🔐 LockCashDeploys 🔐',
737062737063
INTERNAL_QA: 'InternalQA',
737063737064
HELP_WANTED: 'Help Wanted',
737064737065
CP_STAGING: 'CP Staging',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11623,6 +11623,7 @@ const CONST = {
1162311623
LABELS: {
1162411624
STAGING_DEPLOY: 'StagingDeployCash',
1162511625
DEPLOY_BLOCKER: 'DeployBlockerCash',
11626+
LOCK_DEPLOY: '🔐 LockCashDeploys 🔐',
1162611627
INTERNAL_QA: 'InternalQA',
1162711628
HELP_WANTED: 'Help Wanted',
1162811629
CP_STAGING: 'CP Staging',

.github/actions/javascript/createOrUpdateStagingDeploy/createOrUpdateStagingDeploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ async function run(): Promise<IssuesCreateResponse | void> {
210210
const {data: newChecklist} = await GithubUtils.octokit.issues.create({
211211
...defaultPayload,
212212
title: `Deploy Checklist: New Expensify ${format(new Date(), CONST.DATE_FORMAT_STRING)}`,
213-
labels: [CONST.LABELS.STAGING_DEPLOY],
213+
labels: [CONST.LABELS.STAGING_DEPLOY, CONST.LABELS.LOCK_DEPLOY],
214214
assignees: [CONST.APPLAUSE_BOT as string].concat(checklistAssignees),
215215
});
216216
console.log(`Successfully created new StagingDeployCash! 🎉 ${newChecklist.html_url}`);

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11705,7 +11705,7 @@ async function run() {
1170511705
const { data: newChecklist } = await GithubUtils_1.default.octokit.issues.create({
1170611706
...defaultPayload,
1170711707
title: `Deploy Checklist: New Expensify ${(0, format_1.format)(new Date(), CONST_1.default.DATE_FORMAT_STRING)}`,
11708-
labels: [CONST_1.default.LABELS.STAGING_DEPLOY],
11708+
labels: [CONST_1.default.LABELS.STAGING_DEPLOY, CONST_1.default.LABELS.LOCK_DEPLOY],
1170911709
assignees: [CONST_1.default.APPLAUSE_BOT].concat(checklistAssignees),
1171011710
});
1171111711
console.log(`Successfully created new StagingDeployCash! 🎉 ${newChecklist.html_url}`);
@@ -11751,6 +11751,7 @@ const CONST = {
1175111751
LABELS: {
1175211752
STAGING_DEPLOY: 'StagingDeployCash',
1175311753
DEPLOY_BLOCKER: 'DeployBlockerCash',
11754+
LOCK_DEPLOY: '🔐 LockCashDeploys 🔐',
1175411755
INTERNAL_QA: 'InternalQA',
1175511756
HELP_WANTED: 'Help Wanted',
1175611757
CP_STAGING: 'CP Staging',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11584,6 +11584,7 @@ const CONST = {
1158411584
LABELS: {
1158511585
STAGING_DEPLOY: 'StagingDeployCash',
1158611586
DEPLOY_BLOCKER: 'DeployBlockerCash',
11587+
LOCK_DEPLOY: '🔐 LockCashDeploys 🔐',
1158711588
INTERNAL_QA: 'InternalQA',
1158811589
HELP_WANTED: 'Help Wanted',
1158911590
CP_STAGING: 'CP Staging',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11770,6 +11770,7 @@ const CONST = {
1177011770
LABELS: {
1177111771
STAGING_DEPLOY: 'StagingDeployCash',
1177211772
DEPLOY_BLOCKER: 'DeployBlockerCash',
11773+
LOCK_DEPLOY: '🔐 LockCashDeploys 🔐',
1177311774
INTERNAL_QA: 'InternalQA',
1177411775
HELP_WANTED: 'Help Wanted',
1177511776
CP_STAGING: 'CP Staging',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11581,6 +11581,7 @@ const CONST = {
1158111581
LABELS: {
1158211582
STAGING_DEPLOY: 'StagingDeployCash',
1158311583
DEPLOY_BLOCKER: 'DeployBlockerCash',
11584+
LOCK_DEPLOY: '🔐 LockCashDeploys 🔐',
1158411585
INTERNAL_QA: 'InternalQA',
1158511586
HELP_WANTED: 'Help Wanted',
1158611587
CP_STAGING: 'CP Staging',

0 commit comments

Comments
 (0)