mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-26 18:58:54 +02:00
added config flow test and workflow for tests
This commit is contained in:
parent
f17fefb5d8
commit
1dd4f52524
10 changed files with 1706 additions and 5 deletions
2
.github/generate_releasenotes.py
vendored
2
.github/generate_releasenotes.py
vendored
|
@ -70,6 +70,8 @@ def get_integration_commits(github, skip=True):
|
|||
continue
|
||||
if " workflow" in msg:
|
||||
continue
|
||||
if " test" in msg:
|
||||
continue
|
||||
if "docs" in msg:
|
||||
continue
|
||||
if "dev debug" in msg:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue