File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
const previousMonday = require('date-fns/previousMonday');
73
73
74
74
const { RELEASE_CONDUCTOR } = process.env;
75
-
75
+
76
76
core.info(`Release conductor: ${RELEASE_CONDUCTOR}`);
77
77
78
78
// Current schedule
@@ -87,12 +87,12 @@ jobs:
87
87
// Issue IDs
88
88
const id = `primer-release-schedule:${format(start, 'yyyy-MM-dd')}`;
89
89
const previousId = `primer-release-schedule:${format(previousStart, 'yyyy-M-dd')}`;
90
-
90
+
91
91
core.startGroup(`Previous schedule: ${previousId}`);
92
92
core.info(`Start: ${previousStart}`);
93
93
core.info(`End: ${previousEnd}`)
94
94
core.endGroup();
95
-
95
+
96
96
core.startGroup(`Current schedule: ${id}`);
97
97
core.info(`Start: ${start}`);
98
98
core.info(`End: ${end}`)
@@ -174,7 +174,7 @@ jobs:
174
174
});
175
175
return;
176
176
}
177
-
177
+
178
178
core.info(`Found release issue: ${releaseIssue.html_url}`);
179
179
180
180
// We already have an issue open for the current release
You can’t perform that action at this time.
0 commit comments