Skip to content

Commit b7c816c

Browse files
committed
update messaging in deployer warning, and use dynamic App repo const
1 parent d5fd1bf commit b7c816c

20 files changed

Lines changed: 38 additions & 36 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15845,7 +15845,7 @@ class GithubUtils {
1584515845
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1584615846
// Warn deployers about potential bugs with the new process
1584715847
issueBody +=
15848-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
15848+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1584915849
// PR list
1585015850
if (sortedPRList.length > 0) {
1585115851
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -16097,7 +16097,7 @@ class GithubUtils {
1609716097
core.info(`📄 Fetching page ${page} of commits...`);
1609816098
const response = await this.octokit.repos.compareCommits({
1609916099
owner: CONST_1.default.GITHUB_OWNER,
16100-
repo: 'App',
16100+
repo: CONST_1.default.APP_REPO,
1610116101
base: fromTag,
1610216102
head: toTag,
1610316103
per_page: perPage,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12636,7 +12636,7 @@ class GithubUtils {
1263612636
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1263712637
// Warn deployers about potential bugs with the new process
1263812638
issueBody +=
12639-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
12639+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1264012640
// PR list
1264112641
if (sortedPRList.length > 0) {
1264212642
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -12888,7 +12888,7 @@ class GithubUtils {
1288812888
core.info(`📄 Fetching page ${page} of commits...`);
1288912889
const response = await this.octokit.repos.compareCommits({
1289012890
owner: CONST_1.default.GITHUB_OWNER,
12891-
repo: 'App',
12891+
repo: CONST_1.default.APP_REPO,
1289212892
base: fromTag,
1289312893
head: toTag,
1289412894
per_page: perPage,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737338,7 +737338,7 @@ class GithubUtils {
737338737338
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
737339737339
// Warn deployers about potential bugs with the new process
737340737340
issueBody +=
737341-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
737341+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
737342737342
// PR list
737343737343
if (sortedPRList.length > 0) {
737344737344
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -737590,7 +737590,7 @@ class GithubUtils {
737590737590
core.info(`📄 Fetching page ${page} of commits...`);
737591737591
const response = await this.octokit.repos.compareCommits({
737592737592
owner: CONST_1.default.GITHUB_OWNER,
737593-
repo: 'App',
737593+
repo: CONST_1.default.APP_REPO,
737594737594
base: fromTag,
737595737595
head: toTag,
737596737596
per_page: perPage,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11902,7 +11902,7 @@ class GithubUtils {
1190211902
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1190311903
// Warn deployers about potential bugs with the new process
1190411904
issueBody +=
11905-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
11905+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1190611906
// PR list
1190711907
if (sortedPRList.length > 0) {
1190811908
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -12154,7 +12154,7 @@ class GithubUtils {
1215412154
core.info(`📄 Fetching page ${page} of commits...`);
1215512155
const response = await this.octokit.repos.compareCommits({
1215612156
owner: CONST_1.default.GITHUB_OWNER,
12157-
repo: 'App',
12157+
repo: CONST_1.default.APP_REPO,
1215812158
base: fromTag,
1215912159
head: toTag,
1216012160
per_page: perPage,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12217,7 +12217,7 @@ class GithubUtils {
1221712217
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1221812218
// Warn deployers about potential bugs with the new process
1221912219
issueBody +=
12220-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
12220+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1222112221
// PR list
1222212222
if (sortedPRList.length > 0) {
1222312223
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -12469,7 +12469,7 @@ class GithubUtils {
1246912469
core.info(`📄 Fetching page ${page} of commits...`);
1247012470
const response = await this.octokit.repos.compareCommits({
1247112471
owner: CONST_1.default.GITHUB_OWNER,
12472-
repo: 'App',
12472+
repo: CONST_1.default.APP_REPO,
1247312473
base: fromTag,
1247412474
head: toTag,
1247512475
per_page: perPage,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11863,7 +11863,7 @@ class GithubUtils {
1186311863
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1186411864
// Warn deployers about potential bugs with the new process
1186511865
issueBody +=
11866-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
11866+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1186711867
// PR list
1186811868
if (sortedPRList.length > 0) {
1186911869
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -12115,7 +12115,7 @@ class GithubUtils {
1211512115
core.info(`📄 Fetching page ${page} of commits...`);
1211612116
const response = await this.octokit.repos.compareCommits({
1211712117
owner: CONST_1.default.GITHUB_OWNER,
12118-
repo: 'App',
12118+
repo: CONST_1.default.APP_REPO,
1211912119
base: fromTag,
1212012120
head: toTag,
1212112121
per_page: perPage,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12255,7 +12255,7 @@ class GithubUtils {
1225512255
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1225612256
// Warn deployers about potential bugs with the new process
1225712257
issueBody +=
12258-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
12258+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1225912259
// PR list
1226012260
if (sortedPRList.length > 0) {
1226112261
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -12507,7 +12507,7 @@ class GithubUtils {
1250712507
core.info(`📄 Fetching page ${page} of commits...`);
1250812508
const response = await this.octokit.repos.compareCommits({
1250912509
owner: CONST_1.default.GITHUB_OWNER,
12510-
repo: 'App',
12510+
repo: CONST_1.default.APP_REPO,
1251112511
base: fromTag,
1251212512
head: toTag,
1251312513
per_page: perPage,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12093,7 +12093,7 @@ class GithubUtils {
1209312093
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1209412094
// Warn deployers about potential bugs with the new process
1209512095
issueBody +=
12096-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
12096+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1209712097
// PR list
1209812098
if (sortedPRList.length > 0) {
1209912099
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -12345,7 +12345,7 @@ class GithubUtils {
1234512345
core.info(`📄 Fetching page ${page} of commits...`);
1234612346
const response = await this.octokit.repos.compareCommits({
1234712347
owner: CONST_1.default.GITHUB_OWNER,
12348-
repo: 'App',
12348+
repo: CONST_1.default.APP_REPO,
1234912349
base: fromTag,
1235012350
head: toTag,
1235112351
per_page: perPage,

.github/actions/javascript/getPullRequestDetails/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11983,7 +11983,7 @@ class GithubUtils {
1198311983
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1198411984
// Warn deployers about potential bugs with the new process
1198511985
issueBody +=
11986-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
11986+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1198711987
// PR list
1198811988
if (sortedPRList.length > 0) {
1198911989
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -12235,7 +12235,7 @@ class GithubUtils {
1223512235
core.info(`📄 Fetching page ${page} of commits...`);
1223612236
const response = await this.octokit.repos.compareCommits({
1223712237
owner: CONST_1.default.GITHUB_OWNER,
12238-
repo: 'App',
12238+
repo: CONST_1.default.APP_REPO,
1223912239
base: fromTag,
1224012240
head: toTag,
1224112241
per_page: perPage,

.github/actions/javascript/isStagingDeployLocked/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11863,7 +11863,7 @@ class GithubUtils {
1186311863
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
1186411864
// Warn deployers about potential bugs with the new process
1186511865
issueBody +=
11866-
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR listfrom original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
11866+
'> 💡 **Deployer FYI:** This checklist was generated using a new process. PR list from original method and detail logging can be found in the most recent [deploy workflow](https://github.com/Expensify/App/actions/workflows/deploy.yml) labeled `staging`, in the `createChecklist` action. Please tag @Julesssss with any issues.\r\n\r\n';
1186711867
// PR list
1186811868
if (sortedPRList.length > 0) {
1186911869
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
@@ -12115,7 +12115,7 @@ class GithubUtils {
1211512115
core.info(`📄 Fetching page ${page} of commits...`);
1211612116
const response = await this.octokit.repos.compareCommits({
1211712117
owner: CONST_1.default.GITHUB_OWNER,
12118-
repo: 'App',
12118+
repo: CONST_1.default.APP_REPO,
1211912119
base: fromTag,
1212012120
head: toTag,
1212112121
per_page: perPage,

0 commit comments

Comments
 (0)