File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ name: Dotty
2
2
3
3
on :
4
4
push :
5
+ branches-ignore :
6
+ - ' language-reference-stable'
7
+ - ' language-reference-backport'
5
8
pull_request :
9
+ branches-ignore :
10
+ - ' language-reference-stable'
6
11
schedule :
7
12
- cron : ' 0 3 * * *' # Every day at 3 AM
8
13
workflow_dispatch :
Original file line number Diff line number Diff line change 90
90
path : dotty
91
91
branch : language-reference-backport
92
92
labels : area:documentation
93
+ title : Backport changes from stable documentation branch
94
+ body : This pull request is created automatically after push to stable documentation branch and backports the changes
95
+ reviewers : pikinier20,julienrf
96
+ assignees : pikinier20
93
97
Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ name: scaladoc
2
2
3
3
on :
4
4
push :
5
+ branches-ignore :
6
+ - ' language-reference-stable'
7
+ - ' language-reference-backport'
5
8
pull_request :
9
+ branches-ignore :
10
+ - ' language-reference-stable'
6
11
jobs :
7
12
build :
8
13
env :
You can’t perform that action at this time.
0 commit comments