-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Contributions] Update untracked files collection in external PR usec…
…ase (#4394) * Update pre-commit to use abspath to collect untracked files * Update validate to use abspath to collect untracked files * Update log message for collected untracked files * Format * Add get_untracked_files_in_content helper function * Add get_untracked_files_in_content helper function in validate * Format * Add release notes * RN description refactor * Updated file comparisons to use Path objects * Format * Updated file path comparison to use comprehension * Implement custom is_relative_to function to support python 3.8 * Format
- Loading branch information
1 parent
636eaf1
commit c9f6ab0
Showing
5 changed files
with
116 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changes: | ||
- description: Fixed an issue where *pre-commit* and *validate* commands collected invalid untracked files when running on contribution PR. | ||
type: fix | ||
pr_number: 4394 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters