We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d985602 commit 570150bCopy full SHA for 570150b
.github/mergify.yml
@@ -26,9 +26,9 @@ queue_rules:
26
# the PR will be removed from the queue.
27
# Once the PR is ready to be merged the flaky tests will
28
# be retried automatically.
29
-# As soon as the CI is green, the PR will be pusehd to the queu
+# As soon as the CI is green, the PR will be pushed to the queue
30
pull_request_rules:
31
- - name: retry flaky thests (when PR is approved)
+ - name: retry flaky tests (when PR is approved)
32
conditions:
33
- label=🤖-automerge
34
- label!=🤖-do-not-merge
0 commit comments