Skip to content

Commit 06e567a

Browse files
sarah11918delucis
andauthored
Keep comments to guide us next time
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
1 parent 8433701 commit 06e567a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,19 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16+
# Default options for running with latest Astro code
1617
- SOURCE_BRANCH: main
1718
TARGET_BRANCH: main
1819
LABEL: ci
1920
PR_BRANCH: ci/docgen
2021
PR_TITLE: 'ci: update configuration reference docs'
22+
# Custom options for running against Astro’s next branch
23+
# Uncomment this and update the target branch/labels
24+
# - SOURCE_BRANCH: next
25+
# TARGET_BRANCH: v6
26+
# LABEL: 6.0,ci
27+
# PR_BRANCH: ci/docgen-beta
28+
# PR_TITLE: '[BETA] ci: update reference docs'
2129
steps:
2230
- name: Check out code using Git
2331
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -53,11 +61,19 @@ jobs:
5361
strategy:
5462
matrix:
5563
include:
64+
# Default options for running with latest Astro code
5665
- SOURCE_BRANCH: main
5766
TARGET_BRANCH: main
5867
LABEL: ci
5968
PR_BRANCH: ci/docgen-errors
6069
PR_TITLE: 'ci: update error reference docs'
70+
# Custom options for running against Astro’s next branch
71+
# Uncomment this and update the target branch/labels
72+
# - SOURCE_BRANCH: next
73+
# TARGET_BRANCH: v6
74+
# LABEL: 6.0,ci
75+
# PR_BRANCH: ci/docgen-errors-beta
76+
# PR_TITLE: '[BETA] ci: update error reference docs'
6177
steps:
6278
- name: Check out code using Git
6379
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)