Updated Bot commands (markdown)

clee2000
2023-02-22 15:10:52 -08:00
parent 5383b259f6
commit 2a1f57c751

@ -89,12 +89,12 @@ List of common labels that trigger more jobs:
Run `grep -r 'ciflow/' .github/workflows --no-filename` to find more labels.
You can add the `accept2run` label to your PR to run land check signals when your PR gets approved so that the land process doesn't take as long. You can also add `accept2ship` if you want to land your PR as soon as your PR gets approved.
# Deprecated
<details><summary>Expand to see old features</summary>
You can add the `accept2run` label to your PR to run land check signals when your PR gets approved so that the land process doesn't take as long. You can also add `accept2ship` if you want to land your PR as soon as your PR gets approved.
# Land Checks
Land checks offer extra validation to your PR by rebasing a copy of your changes on top of the latest `viable/strict` branch and ensuring they still pass pull + trunk workflows.
@ -112,4 +112,5 @@ If you find rough edges with the land validation:
- If you believe there's some infra flakiness preventing you from landing, you can also use `-f` and supply a message.
If you have any feedback or complaints, please reach out to the Pytorch OSS CI team or visit our [Office Hours](https://github.com/pytorch/pytorch/wiki/Dev-Infra-Office-Hours).
<details>
</details>