Migrating codeowners-mention to Heroku

This commit is contained in:
Robbie Trencheny 2019-04-18 11:11:26 -07:00 committed by GitHub
parent 38d23ba0af
commit c2cce13e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/main.workflow vendored
View file

@ -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"]
}