From b0e794e6e9cdf52fbe7f37d113e5a89602dad078 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Thu, 15 Aug 2019 12:07:19 -0700 Subject: [PATCH] Configure pytorch-probot (#24423) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/24423 This enables auto-CC'ing based on labels, see https://github.com/pytorch/pytorch/issues/24422 Signed-off-by: Edward Z. Yang Test Plan: Imported from OSS Differential Revision: D16833974 Pulled By: ezyang fbshipit-source-id: de07ea5f0ade9d5ed2160ce8308cf146321bb354 --- .github/pytorch-probot.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/pytorch-probot.yml diff --git a/.github/pytorch-probot.yml b/.github/pytorch-probot.yml new file mode 100644 index 00000000000..c1e1218b760 --- /dev/null +++ b/.github/pytorch-probot.yml @@ -0,0 +1 @@ +tracking_issue: 24422