mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-26 02:26:30 +00:00
Limit label check (#2475)
This commit is contained in:
parent
0307d700fa
commit
69a8a83528
2
.github/workflows/check_pr_labels.yml
vendored
2
.github/workflows/check_pr_labels.yml
vendored
@ -3,7 +3,7 @@ name: Check PR
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
types: [opened, synchronize, reopened, labeled, unlabeled]
|
types: [labeled, unlabeled]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
init:
|
init:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user