Skip to content

Commit fd28229

Browse files
committedJun 28, 2022
Merge branch 'upstream/v0.34.x' into evan/pull-latest-v0.34.x
2 parents d864d19 + 5e354a3 commit fd28229

File tree

274 files changed

+24599
-12698
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+24599
-12698
lines changed
 

‎.github/dependabot.yml

-24
This file was deleted.

‎.github/mergify.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
queue_rules:
2+
- name: default
3+
conditions:
4+
- base=v0.34.x
5+
- label=S:automerge
6+
7+
pull_request_rules:
8+
- name: Automerge to v0.34.x
9+
conditions:
10+
- base=v0.34.x
11+
- label=S:automerge
12+
actions:
13+
queue:
14+
method: squash
15+
name: default
16+
commit_message_template: |
17+
{{ title }} (#{{ number }})
18+
19+
{{ body }}

0 commit comments

Comments
 (0)