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
22
33on :
44 push :
5+ branches-ignore :
6+ - ' language-reference-stable'
7+ - ' language-reference-backport'
58 pull_request :
9+ branches-ignore :
10+ - ' language-reference-stable'
611 schedule :
712 - cron : ' 0 3 * * *' # Every day at 3 AM
813 workflow_dispatch :
Original file line number Diff line number Diff line change 9090 path : dotty
9191 branch : language-reference-backport
9292 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
9397
Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ name: scaladoc
22
33on :
44 push :
5+ branches-ignore :
6+ - ' language-reference-stable'
7+ - ' language-reference-backport'
58 pull_request :
9+ branches-ignore :
10+ - ' language-reference-stable'
611jobs :
712 build :
813 env :
You can’t perform that action at this time.
0 commit comments