Skip to content

Commit 2ef8943

Browse files
committed
remove Deployer FYI message
1 parent a534833 commit 2ef8943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/createOrUpdateStagingDeployTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const baseIssueList = [`https://github.com/${process.env.GITHUB_REPOSITORY}/issu
139139
// eslint-disable-next-line max-len
140140
const baseExpectedOutput = (version = '1.0.2-1', includeMobileExpensifyCompare = true) =>
141141
// cspell:disable
142-
`**Release Version:** \`${version}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n${includeMobileExpensifyCompare ? `**Mobile-Expensify Changes:** https://github.com/${CONST.GITHUB_OWNER}/${CONST.MOBILE_EXPENSIFY_REPO}/compare/production...staging\r\n` : ''}\r\n> 💡 **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\r\n**This release contains changes from the following pull requests:**\r\n`;
142+
`**Release Version:** \`${version}\`\r\n**Compare Changes:** https://github.com/${process.env.GITHUB_REPOSITORY}/compare/production...staging\r\n${includeMobileExpensifyCompare ? `**Mobile-Expensify Changes:** https://github.com/${CONST.GITHUB_OWNER}/${CONST.MOBILE_EXPENSIFY_REPO}/compare/production...staging\r\n` : ''}\r\n\r\n**This release contains changes from the following pull requests:**\r\n`;
143143
// cspell:enable
144144
const openCheckbox = '- [ ] ';
145145
const closedCheckbox = '- [x] ';

0 commit comments

Comments
 (0)