File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ pull_request_rules :
2+ - name : automatic backport of common pages
3+ conditions :
4+ - base=rolling
5+ - " files~=Governance|Contact|index|Marketing|ROSCon-Content|Roadmap|Releases|Feature-Ideas"
6+ actions :
7+ backport :
8+ branches :
9+ - foxy
10+ - eloquent
11+ - dashing
12+
13+ - name : backport at reviewers discretion
14+ conditions :
15+ - base=rolling
16+ - " label=backport-all"
17+ actions :
18+ backport :
19+ branches :
20+ - foxy
21+ - eloquent
22+ - dashing
23+
24+ - name : backport to foxy at reviewers discretion
25+ conditions :
26+ - base=rolling
27+ - " label=backport-foxy"
28+ actions :
29+ backport :
30+ branches :
31+ - foxy
32+
33+ - name : backport to eloquent at reviewers discretion
34+ conditions :
35+ - base=rolling
36+ - " label=backport-eloquent"
37+ actions :
38+ backport :
39+ branches :
40+ - eloquent
41+
42+ - name : backport to dashing at reviewers discretion
43+ conditions :
44+ - base=rolling
45+ - " label=backport-dashing"
46+ actions :
47+ backport :
48+ branches :
49+ - dashing
50+
You can’t perform that action at this time.
0 commit comments