Skip to content

Commit 50ca735

Browse files
committed
Fix API breakage checker configuration
1 parent 6877115 commit 50ca735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Soundness
1313
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1414
with:
15-
api_breakage_check_allowlist_path: "Release Notes/api-breakages.txt"
15+
api_breakage_check_allowlist_path: "api-breakages.txt"
1616
docs_check_additional_arguments: "--disable-parameters-and-returns-validation"
1717
verify_source_code:
1818
name: Validate generated code

0 commit comments

Comments
 (0)