From c2cce13e2a6d56369d3ddb8efe6739ce9acaedd7 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 18 Apr 2019 11:11:26 -0700 Subject: [PATCH] Migrating codeowners-mention to Heroku --- .github/main.workflow | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 62336ebf126..00000000000 --- a/.github/main.workflow +++ /dev/null @@ -1,14 +0,0 @@ -workflow "Mention CODEOWNERS of integrations when integration label is added to an issue" { - on = "issues" - resolves = "codeowners-mention" -} - -workflow "Mention CODEOWNERS of integrations when integration label is added to an PRs" { - on = "pull_request" - resolves = "codeowners-mention" -} - -action "codeowners-mention" { - uses = "home-assistant/codeowners-mention@master" - secrets = ["GITHUB_TOKEN"] -}