Skip to content

Commit 0c3b109

Browse files
committed
build actions again
1 parent 0b79cb0 commit 0c3b109

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15910,7 +15910,7 @@ class GithubUtils {
1591015910
issueBody += '\r\n';
1591115911
// PR list
1591215912
if (sortedPRList.length > 0) {
15913-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
15913+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1591415914
sortedPRList.forEach((URL) => {
1591515915
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1591615916
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12691,7 +12691,7 @@ class GithubUtils {
1269112691
issueBody += '\r\n';
1269212692
// PR list
1269312693
if (sortedPRList.length > 0) {
12694-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
12694+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1269512695
sortedPRList.forEach((URL) => {
1269612696
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1269712697
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737394,7 +737394,7 @@ class GithubUtils {
737394737394
issueBody += '\r\n';
737395737395
// PR list
737396737396
if (sortedPRList.length > 0) {
737397-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
737397+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
737398737398
sortedPRList.forEach((URL) => {
737399737399
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
737400737400
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11958,7 +11958,7 @@ class GithubUtils {
1195811958
issueBody += '\r\n';
1195911959
// PR list
1196011960
if (sortedPRList.length > 0) {
11961-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
11961+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1196211962
sortedPRList.forEach((URL) => {
1196311963
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1196411964
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12245,7 +12245,7 @@ class GithubUtils {
1224512245
issueBody += '\r\n';
1224612246
// PR list
1224712247
if (sortedPRList.length > 0) {
12248-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
12248+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1224912249
sortedPRList.forEach((URL) => {
1225012250
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1225112251
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11919,7 +11919,7 @@ class GithubUtils {
1191911919
issueBody += '\r\n';
1192011920
// PR list
1192111921
if (sortedPRList.length > 0) {
11922-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
11922+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1192311923
sortedPRList.forEach((URL) => {
1192411924
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1192511925
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12264,7 +12264,7 @@ class GithubUtils {
1226412264
issueBody += '\r\n';
1226512265
// PR list
1226612266
if (sortedPRList.length > 0) {
12267-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
12267+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1226812268
sortedPRList.forEach((URL) => {
1226912269
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1227012270
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12075,7 +12075,7 @@ class GithubUtils {
1207512075
issueBody += '\r\n';
1207612076
// PR list
1207712077
if (sortedPRList.length > 0) {
12078-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
12078+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1207912079
sortedPRList.forEach((URL) => {
1208012080
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1208112081
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12048,7 +12048,7 @@ class GithubUtils {
1204812048
issueBody += '\r\n';
1204912049
// PR list
1205012050
if (sortedPRList.length > 0) {
12051-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
12051+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1205212052
sortedPRList.forEach((URL) => {
1205312053
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1205412054
issueBody += ` ${URL}\r\n`;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11919,7 +11919,7 @@ class GithubUtils {
1191911919
issueBody += '\r\n';
1192011920
// PR list
1192111921
if (sortedPRList.length > 0) {
11922-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
11922+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
1192311923
sortedPRList.forEach((URL) => {
1192411924
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
1192511925
issueBody += ` ${URL}\r\n`;

0 commit comments

Comments
 (0)