Skip to content

Commit 08ef36a

Browse files
committed
improve developer warning message
1 parent 4d627c2 commit 08ef36a

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1584915849
// PR list
1585015850
if (sortedPRList.length > 0) {
1585115851
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1264012640
// PR list
1264112641
if (sortedPRList.length > 0) {
1264212642
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
737342737342
// PR list
737343737343
if (sortedPRList.length > 0) {
737344737344
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1190611906
// PR list
1190711907
if (sortedPRList.length > 0) {
1190811908
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1222112221
// PR list
1222212222
if (sortedPRList.length > 0) {
1222312223
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1186711867
// PR list
1186811868
if (sortedPRList.length > 0) {
1186911869
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1225912259
// PR list
1226012260
if (sortedPRList.length > 0) {
1226112261
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1209712097
// PR list
1209812098
if (sortedPRList.length > 0) {
1209912099
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1198711987
// PR list
1198811988
if (sortedPRList.length > 0) {
1198911989
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

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

Lines changed: 1 addition & 1 deletion
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. Detailed 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 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';
1186711867
// PR list
1186811868
if (sortedPRList.length > 0) {
1186911869
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';

0 commit comments

Comments
 (0)