Skip to content

Commit

Permalink
Configure labeler for 'module: distributed' (#112812)
Browse files Browse the repository at this point in the history
To opt-in to getting notified based on this label, simply add yourself
to the summary field at the top of this issue:
#24422

Uses same file paths as current CODEOWNERS.

Note: can easily add sub-labels for components within distributed if we
want.

Pull Request resolved: #112812
Approved by: https://github.com/wanchaol, https://github.com/fduwjj
  • Loading branch information
wconstab authored and pytorchmergebot committed Nov 3, 2023
1 parent 6e1494e commit 63fc482
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@

"ciflow/trunk":
- .ci/docker/ci_commit_pins/triton.txt

"module: distributed":
- /torch/csrc/distributed/**
- /torch/distributed/**
- /torch/nn/parallel/**
- /test/distributed/**
- /torch/testing/_internal/distributed/**

0 comments on commit 63fc482

Please sign in to comment.