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
+4-1Lines changed: 4 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
+4-1Lines changed: 4 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
+4-1Lines changed: 4 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
+4-1Lines changed: 4 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';
core.info(`PR list diff - git log only: [${onlyInGitLog.join(', ')}], API only: [${onlyInAPI.join(', ')}]`);
11960
+
return apiPullRequestNumbers;
11946
11961
}
11947
11962
exports["default"] = {
11948
11963
getPreviousExistingTag,
@@ -12203,7 +12218,10 @@ class GithubUtils {
12203
12218
const sortedDeployBlockers = [...new Set(deployBlockers)].sort((a, b) => GithubUtils.getIssueOrPullRequestNumberFromURL(a) - GithubUtils.getIssueOrPullRequestNumberFromURL(b));
12204
12219
// Tag version and comparison URL
12205
12220
// eslint-disable-next-line max-len
12206
-
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n`;
12221
+
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
12222
+
// Warn deployers about potential bugs with the new process
12223
+
issueBody +=
12224
+
'> 💡 **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';
12207
12225
// PR list
12208
12226
if (sortedPRList.length > 0) {
12209
12227
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
Copy file name to clipboardExpand all lines: .github/actions/javascript/getArtifactInfo/index.js
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11860,7 +11860,10 @@ class GithubUtils {
11860
11860
const sortedDeployBlockers = [...new Set(deployBlockers)].sort((a, b) => GithubUtils.getIssueOrPullRequestNumberFromURL(a) - GithubUtils.getIssueOrPullRequestNumberFromURL(b));
11861
11861
// Tag version and comparison URL
11862
11862
// eslint-disable-next-line max-len
11863
-
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n`;
11863
+
let issueBody = `**Release Version:** \`${tag}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n\r\n`;
11864
+
// Warn deployers about potential bugs with the new process
11865
+
issueBody +=
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';
11864
11867
// PR list
11865
11868
if (sortedPRList.length > 0) {
11866
11869
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
0 commit comments