Skip to content

Commit

Permalink
Update release-schedule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored May 15, 2023
1 parent a96188e commit 9ebea46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
ISSUE_BODY += '| :-------- | :---- |';
ISSUE_BODY += '| Issue | |';
ISSUE_BODY += '| Conductor | |';
ISSUE_BODY += '| Release Pull Request | [Link](https://gh.io/AAksvvr) |';
ISSUE_BODY += '| Integration tests | [Link](https://gh.io/AAkr65h) |';
ISSUE_BODY += '\n';
ISSUE_BODY += timeline;
ISSUE_BODY += '\n';
Expand Down Expand Up @@ -174,6 +176,8 @@ jobs:
ISSUE_BODY += '| :-------- | :---- |';
ISSUE_BODY += `| Issue | [${releaseIssue.title}](${releaseIssue.html_url}) |`;
ISSUE_BODY += '| Conductor | ${assignees} |';
ISSUE_BODY += '| Release Pull Request | [Link](https://gh.io/AAksvvr) |';
ISSUE_BODY += '| Integration tests | [Link](https://gh.io/AAkr65h) |';
ISSUE_BODY += '\n';
ISSUE_BODY += timeline;
ISSUE_BODY += '\n';
Expand Down

0 comments on commit 9ebea46

Please sign in to comment.