mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Activate codeowners-mention via GitHub actions
This commit is contained in:
14
.github/main.workflow
vendored
Normal file
14
.github/main.workflow
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
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"]
|
||||||
|
}
|
Reference in New Issue
Block a user