mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 10:06:34 +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:
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
types: [opened, synchronize, reopened, labeled, unlabeled]
|
||||
types: [labeled, unlabeled]
|
||||
|
||||
jobs:
|
||||
init:
|
||||
|
Loading…
x
Reference in New Issue
Block a user