Turn on mergify strict mode and add missing alias (#4666)

* Turn on mergify strict mode.

* Added missing alias for legacy bookmarks.
This commit is contained in:
Martin Taillefer 2019-07-13 05:09:19 -07:00 committed by GitHub
parent 74a1efe7ef
commit c43550249a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pull_request_rules:
actions:
merge:
method: squash
strict: false
strict: true
- name: Automatically cherry pick a PR from master to the release branch if the right label is set
conditions:

View File

@ -7,5 +7,6 @@ aliases:
- /troubleshooting/index.html
- /help/troubleshooting/index.html
- /help/ops
- /help
icon: guide
---