Skip to content

Commit 2dbe2cf

Browse files
huydhnfacebook-github-bot
authored andcommitted
Extend github-export-checks to include merge rule from ExecuTorch (#2000)
Summary: Pull Request resolved: #2000 This adds a `merge_rules.yaml` file for ExecuTorch and extend github-export-checks to block diff when it fails Reviewed By: bigfootjon Differential Revision: D53839467 fbshipit-source-id: 638265b8eaf13d6e71f325419113c637c1ff204e
1 parent 7b1ac5d commit 2dbe2cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/merge_rules.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- name: superuser
2+
patterns:
3+
- '*'
4+
approved_by:
5+
- pytorch/metamates
6+
mandatory_checks_name:
7+
- Facebook CLA Check
8+
- Lint
9+
- pull

0 commit comments

Comments
 (0)