Skip to content

Commit 71a9777

Browse files
authored
CHORE: MacOS Library Cleanup (microsoft#116)
### ADO Work Item Reference <!-- Insert your ADO Work Item ID below (e.g. AB#37452) --> > [AB#37843](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/37843) ------------------------------------------------------------------- ### Summary <!-- Insert your Copilot Generated Summary below --> This pull request includes changes to update the thresholds for categorizing pull requests by size and removes the license text for the Microsoft ODBC Driver 18 for SQL Server. Below is a summary of the most important changes grouped by theme. ### License Removal: * Removed the license text for the Microsoft ODBC Driver 18 for SQL Server from the file `LICENSE.txt`. (`mssql_python/libs/macos/share/doc/msodbcsql18/LICENSE.txt`, [mssql_python/libs/macos/share/doc/msodbcsql18/LICENSE.txtL1-L101](diffhunk://#diff-c1bee6fa1f5595bd6f9e0e7146fc093c889068b8899835aa68240da0d10063e5L1-L101)) <!-- ### PR Title Guide > For feature requests FEAT: (short-description) > For non-feature requests like test case updates, config updates , dependency updates etc CHORE: (short-description) > For Fix requests FIX: (short-description) > For doc update requests DOC: (short-description) > For Formatting, indentation, or styling update STYLE: (short-description) > For Refactor, without any feature changes REFACTOR: (short-description) > For release related changes, without any feature changes RELEASE: #<RELEASE_VERSION> (short-description) -->
1 parent 1e2f202 commit 71a9777

10 files changed

Lines changed: 2 additions & 3025 deletions

File tree

.github/workflows/pr-format-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
const totalChanges = additions + deletions;
7070
7171
// Threshold constants
72-
const SMALL_PR_THRESHOLD = 50;
73-
const MEDIUM_PR_THRESHOLD = 200;
72+
const SMALL_PR_THRESHOLD = 100;
73+
const MEDIUM_PR_THRESHOLD = 500;
7474
7575
let labelToAdd = '';
7676
if (totalChanges < SMALL_PR_THRESHOLD) {
-91.6 KB
Binary file not shown.
-1.6 MB
Binary file not shown.
-381 KB
Binary file not shown.
-69.6 KB
Binary file not shown.
-109 KB
Binary file not shown.

mssql_python/libs/macos/share/doc/msodbcsql18/LICENSE.txt

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)