Skip to content

Commit 5314b78

Browse files
authored
Merge pull request #1000 from opentensor/fix-hotfix-bot
fix escaping of ` character in hotfix CI bot message
2 parents c062265 + 12b96a5 commit 5314b78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/hotfixes.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
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`.
4242
4343
If you _are_ trying to merge a hotfix PR, please complete the following essential steps:
44-
1. [ ] go ahead and get this PR into `main` merged, so we can get the change in as quickly as possible!
45-
2. [ ] merge `main` into `testnet`, bumping `spec_version`
46-
3. [ ] deploy `testnet`
47-
4. [ ] merge `testnet` into `devnet`, bumping `spec_version`
48-
5. [ ] deploy `devnet`
49-
6. [ ] merge `devnet` into `devnet-ready`
44+
1. [ ] go ahead and get this PR into \`main\` merged, so we can get the change in as quickly as possible!
45+
2. [ ] merge \`main\` into \`testnet\`, bumping \`spec_version\`
46+
3. [ ] deploy \`testnet\`
47+
4. [ ] merge \`testnet\` into \`devnet\`, bumping \`spec_version\`
48+
5. [ ] deploy \`devnet\`
49+
6. [ ] merge \`devnet\` into \`devnet-ready\`
5050
5151
5252
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.

0 commit comments

Comments
 (0)