File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ pull_request_rules :
4
+ - name : Automatic merge for dependabot pull requests
5
+
6
+ conditions :
7
+ - author~=^dependabot(|-preview)\[bot\]$
8
+ - check-success=lint
9
+ - check-success=test(ruby-2.5, rails_52)
10
+ - check-success=test(ruby-2.5, rails_60)
11
+ - check-success=test(ruby-2.5, rails_61)
12
+ - check-success=test(ruby-2.6, rails_52)
13
+ - check-success=test(ruby-2.6, rails_60)
14
+ - check-success=test(ruby-2.6, rails_61)
15
+ - check-success=test(ruby-2.7, rails_52)
16
+ - check-success=test(ruby-2.7, rails_60)
17
+ - check-success=test(ruby-2.7, rails_61)
18
+ - check-success=test(jruby-9.2, rails_52)
19
+ - check-success=test(jruby-9.2, rails_60)
20
+ - check-success=test(jruby-9.2, rails_61)
21
+
22
+ actions :
23
+ merge :
24
+ method : merge
You can’t perform that action at this time.
0 commit comments