You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/javascript/authorChecklist/index.js
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15842,7 +15842,10 @@ class GithubUtils {
15842
15842
const sortedDeployBlockers = [...new Set(deployBlockers)].sort((a, b) => GithubUtils.getIssueOrPullRequestNumberFromURL(a) - GithubUtils.getIssueOrPullRequestNumberFromURL(b));
15843
15843
// Tag version and comparison URL
15844
15844
// eslint-disable-next-line max-len
15845
-
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n`;
15845
+
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
15846
+
// Warn deployers about potential bugs with the new process
15847
+
issueBody +=
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';
15846
15849
// PR list
15847
15850
if (sortedPRList.length > 0) {
15848
15851
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
Copy file name to clipboardExpand all lines: .github/actions/javascript/awaitStagingDeploys/index.js
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12633,7 +12633,10 @@ class GithubUtils {
12633
12633
const sortedDeployBlockers = [...new Set(deployBlockers)].sort((a, b) => GithubUtils.getIssueOrPullRequestNumberFromURL(a) - GithubUtils.getIssueOrPullRequestNumberFromURL(b));
12634
12634
// Tag version and comparison URL
12635
12635
// eslint-disable-next-line max-len
12636
-
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n`;
12636
+
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
12637
+
// Warn deployers about potential bugs with the new process
12638
+
issueBody +=
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';
12637
12640
// PR list
12638
12641
if (sortedPRList.length > 0) {
12639
12642
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
Copy file name to clipboardExpand all lines: .github/actions/javascript/checkAndroidStatus/index.js
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -737335,7 +737335,10 @@ class GithubUtils {
737335
737335
const sortedDeployBlockers = [...new Set(deployBlockers)].sort((a, b) => GithubUtils.getIssueOrPullRequestNumberFromURL(a) - GithubUtils.getIssueOrPullRequestNumberFromURL(b));
737336
737336
// Tag version and comparison URL
737337
737337
// eslint-disable-next-line max-len
737338
-
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n`;
737338
+
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
737339
+
// Warn deployers about potential bugs with the new process
737340
+
issueBody +=
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';
737339
737342
// PR list
737340
737343
if (sortedPRList.length > 0) {
737341
737344
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
Copy file name to clipboardExpand all lines: .github/actions/javascript/checkDeployBlockers/index.js
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11899,7 +11899,10 @@ class GithubUtils {
11899
11899
const sortedDeployBlockers = [...new Set(deployBlockers)].sort((a, b) => GithubUtils.getIssueOrPullRequestNumberFromURL(a) - GithubUtils.getIssueOrPullRequestNumberFromURL(b));
11900
11900
// Tag version and comparison URL
11901
11901
// eslint-disable-next-line max-len
11902
-
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n`;
11902
+
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
11903
+
// Warn deployers about potential bugs with the new process
11904
+
issueBody +=
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';
11903
11906
// PR list
11904
11907
if (sortedPRList.length > 0) {
11905
11908
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
0 commit comments