Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ jobs:
# Automatically add labels to backport PRs.
# The 'no-changelog' label skips the release notes check in CI.
labels: no-changelog
add_labels: no-changelog

# Copy milestone from original PR to backport PR.
copy_milestone: true

# Merge strategy - skip merge commits, use cherry-pick only.
merge_commits: skip
Expand Down
2 changes: 1 addition & 1 deletion docs/backport-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Error: Please ensure the branch exists before adding the backport label
2. **Check workflow configuration:**
- Verify `.github/workflows/backport.yml` has:
```yaml
labels: no-changelog
add_labels: no-changelog
```

3. **Re-run the workflow:**
Expand Down
Loading