Skip to content

Commit 29f0bcd

Browse files
Ignore 3.0 branch for breaking changes check (#18030) (#18033)
We'll need to come back and update this after the 3.0 release but for now we should not be enforcing breaking changes against 3.0. (cherry picked from commit 29585ef) Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c57c9d3 commit 29f0bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-breaking-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches-ignore:
55
- main # This branch represents a to-be-released version of OpenSearch where breaking changes are allowed
6+
- '3.0' # We must establish a baseline 3.0 release version before adding enforcement
67

78
jobs:
89
detect-breaking-change:
@@ -26,4 +27,3 @@ jobs:
2627
with:
2728
name: java-compatibility-report.html
2829
path: ${{ github.workspace }}/server/build/reports/java-compatibility/report.html
29-

0 commit comments

Comments
 (0)