From 12b96a5ebcfee4a76e119e6afb180d7e875e14a4 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Tue, 19 Nov 2024 13:31:42 -0500 Subject: [PATCH] fix escaping of ` character in hotfix CI bot message --- .github/workflows/hotfixes.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hotfixes.yml b/.github/workflows/hotfixes.yml index c63399bff..1a8df37a0 100644 --- a/.github/workflows/hotfixes.yml +++ b/.github/workflows/hotfixes.yml @@ -41,12 +41,12 @@ jobs: It looks like you are trying to merge a hotfix PR into `main`. If this isn't what you wanted to do, and you just wanted to make a regular PR, please close this PR, base your changes off the `devnet-ready` branch and open a new PR into `devnet ready`. If you _are_ trying to merge a hotfix PR, please complete the following essential steps: - 1. [ ] go ahead and get this PR into `main` merged, so we can get the change in as quickly as possible! - 2. [ ] merge `main` into `testnet`, bumping `spec_version` - 3. [ ] deploy `testnet` - 4. [ ] merge `testnet` into `devnet`, bumping `spec_version` - 5. [ ] deploy `devnet` - 6. [ ] merge `devnet` into `devnet-ready` + 1. [ ] go ahead and get this PR into \`main\` merged, so we can get the change in as quickly as possible! + 2. [ ] merge \`main\` into \`testnet\`, bumping \`spec_version\` + 3. [ ] deploy \`testnet\` + 4. [ ] merge \`testnet\` into \`devnet\`, bumping \`spec_version\` + 5. [ ] deploy \`devnet\` + 6. [ ] merge \`devnet\` into \`devnet-ready\` If you do not complete these steps, your hotfix may be inadvertently removed in the future when branches are promoted to \`main\`, so it is essential that you do so.