From e677d80daca8d37607f7585b66aaff2ddb0591cf Mon Sep 17 00:00:00 2001 From: Huy Do Date: Sat, 21 Oct 2023 19:15:54 -0700 Subject: [PATCH] Onboard ExecuTorch to ciflow bot (#1060) Summary: This would allow folks to add `ciflow/trunk` on their PR to run trunk jobs. Pull Request resolved: https://github.com/pytorch/executorch/pull/1060 Reviewed By: kirklandsign Differential Revision: D50523616 Pulled By: huydhn fbshipit-source-id: 5428b9f77c29a833368d5058599f4aeff96e650a --- .github/pytorch-probot.yml | 3 +++ .github/workflows/trunk.yml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .github/pytorch-probot.yml diff --git a/.github/pytorch-probot.yml b/.github/pytorch-probot.yml new file mode 100644 index 0000000000..dae2cea58f --- /dev/null +++ b/.github/pytorch-probot.yml @@ -0,0 +1,3 @@ +# The schema is from https://github.com/pytorch/pytorch/blob/main/.github/pytorch-probot.yml +ciflow_push_tags: +- ciflow/trunk diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index a976202063..bbb5279bd7 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -5,6 +5,8 @@ on: branches: - main - release/* + tags: + - ciflow/trunk/* workflow_dispatch: concurrency: