1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Limit label check (#2475)

This commit is contained in:
Joakim Sørensen
2021-01-28 12:07:42 +01:00
committed by GitHub
parent 0307d700fa
commit 69a8a83528

View File

@@ -3,7 +3,7 @@ name: Check PR
on:
pull_request:
branches: ["main"]
types: [opened, synchronize, reopened, labeled, unlabeled]
types: [labeled, unlabeled]
jobs:
init: