Updated Bot commands (markdown)

clee2000
2023-02-22 15:13:24 -08:00
parent 2a1f57c751
commit 7985ea9f4f

@ -90,10 +90,11 @@ 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.