diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5a9f7543..b2910780 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,3 +16,4 @@ jobs: with: license_header_check_enabled: false license_header_check_project_name: "Swift.org" + api_breakage_check_allowlist_path: "api-breakages.txt" diff --git a/api-breakages.txt b/api-breakages.txt new file mode 100644 index 00000000..987ca864 --- /dev/null +++ b/api-breakages.txt @@ -0,0 +1,4 @@ +6.2 +--- + +API breakage: constructor FileIterator.init(urls:followSymlinks:) has been removed