[BE][CI] change references from .jenkins to .ci (#92624)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/92624
Approved by: https://github.com/ZainRizvi, https://github.com/huydhn
This commit is contained in:
Jane Xu
2023-01-30 18:28:32 +00:00
committed by PyTorch MergeBot
parent 2b267fa7f2
commit 0ecb071fc4
31 changed files with 66 additions and 66 deletions

View File

@ -113,7 +113,7 @@ def test_impact_of_file(filename: str) -> str:
CI - CI configuration files
"""
parts = filename.split(os.sep)
if parts[0] in [".jenkins", ".circleci"]:
if parts[0] in [".jenkins", ".circleci", ".ci"]:
return "CI"
if parts[0] in ["docs", "scripts", "CODEOWNERS", "README.md"]:
return "NONE"