Skip to content

Commit c468b4a

Browse files
add note about backports
1 parent c48f307 commit c468b4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/generate-release-notes.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
description: 'Comma-separated list of GitHub labels to add to the PR'
2020
type: string
2121
required: true
22+
branching_model:
23+
description: 'The branch from which content is published to the docs site'
24+
type: string
25+
required: true
26+
default: '`main`'
2227
release_manager:
2328
description: 'GitHub user who triggered the workflow'
2429
type: string
@@ -74,3 +79,6 @@ jobs:
7479
- [ ] @${{ inputs.release_manager }} review this PR to make sure the correct items are included
7580
- [ ] @elastic/ingest-docs review the language
7681
- [ ] @${{ inputs.release_manager }} merge on release day
82+
83+
**IMPORTANT**
84+
Merge any backport or forwardport PRs as soon as possible. In this repo, we publish from the ${{ inputs.branching_model }} branch. The changes in this PR will not be available on the docs site until they are added to the ${{ inputs.branching_model }} branch.

0 commit comments

Comments
 (0)