Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71a9777

Browse files
authored
CHORE: MacOS Library Cleanup (#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 forcategorizing pull requests by size and removes the license text for theMicrosoft ODBC Driver 18 for SQL Server. Below is a summary of the mostimportant changes grouped by theme.### License Removal:* Removed the license text for the Microsoft ODBC Driver 18 for SQLServer 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 requestsFEAT: (short-description)> For non-feature requests like test case updates, config updates ,dependency updates etcCHORE: (short-description) > For Fix requestsFIX: (short-description)> For doc update requests DOC: (short-description)> For Formatting, indentation, or styling updateSTYLE: (short-description)> For Refactor, without any feature changesREFACTOR: (short-description)> For release related changes, without any feature changesRELEASE: #<RELEASE_VERSION> (short-description) -->
1 parent1e2f202 commit71a9777

File tree

10 files changed

+2
-3025
lines changed

10 files changed

+2
-3025
lines changed

‎.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.
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)

[8]ページ先頭

©2009-2025 Movatter.jp