Skip to content

Commit

Permalink
Fix triton auto update pin workflow (pytorch#100211)
Browse files Browse the repository at this point in the history
* allow pytorchbot to approve pin changes
* add ciflow/inductor label when pin changes
Pull Request resolved: pytorch#100211
Approved by: https://github.com/huydhn
  • Loading branch information
clee2000 authored and pytorchmergebot committed Apr 28, 2023
1 parent 1b84be5 commit efed5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- test/distributed/test_inductor_collectives.py
- functorch/_src/partitioners.py
- functorch/_src/aot_autograd.py
- .ci/docker/ci_commit_pins/triton.txt

"module: cpu":
- aten/src/ATen/cpu/**
Expand Down
1 change: 1 addition & 0 deletions .github/merge_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
patterns:
- .github/ci_commit_pins/vision.txt
- .github/ci_commit_pins/torchdynamo.txt
- .ci/docker/ci_commit_pins/triton.txt
approved_by:
- pytorchbot
mandatory_checks_name:
Expand Down

0 comments on commit efed5e1

Please sign in to comment.