Skip to content

Commit 439185d

Browse files
committed
Turn off standard CI on documentation branches. Adjust title and body of backport PR.
1 parent 30d298f commit 439185d

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ name: Dotty
22

33
on:
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:

.github/workflows/language-reference.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ jobs:
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

.github/workflows/scaladoc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ name: scaladoc
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'language-reference-stable'
7+
- 'language-reference-backport'
58
pull_request:
9+
branches-ignore:
10+
- 'language-reference-stable'
611
jobs:
712
build:
813
env:

0 commit comments

Comments
 (0)