Skip to content

Commit 29585ef

Browse files
authored
Ignore 3.0 branch for breaking changes check (opensearch-project#18030)
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. Signed-off-by: Andrew Ross <[email protected]>
1 parent 6afec2a commit 29585ef

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)