Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes: permalinks for docs #8838

Merged
merged 19 commits into from
Mar 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update mergify (#8784)
* Update mergify

Prep for the v0.42 release series.

* retire v0.41, the hub can upgrade to v0.42 smoothly
  • Loading branch information
Alessio Treglia authored and charleenfei committed Mar 10, 2021
commit b508a654fb88bb7ac3a789bd6f7ca1f9b8adc395
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ pull_request_rules:
merge:
method: squash
strict: true
- name: backport patches to v0.41.x branch
- name: backport patches to v0.42.x branch
conditions:
- base=master
- label=backport/0.41.x (Stargate)
- label=backport/0.42.x (Stargate)
actions:
backport:
branches:
- release/v0.41.x
- release/v0.42.x
- name: backport patches to v0.39.x branch
conditions:
- base=master
Expand Down