Skip to content

Commit 8358e38

Browse files
committed
Add an api-breakages file to allow API breakages
1 parent 003208b commit 8358e38

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
with:
1717
license_header_check_enabled: false
1818
license_header_check_project_name: "Swift.org"
19+
api_breakage_check_allowlist_path: "api-breakages.txt"

api-breakages.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
6.2
2+
---
3+
4+
API breakage: constructor FileIterator.init(urls:followSymlinks:) has been removed

0 commit comments

Comments
 (0)