Updates, updates, more updates, worst commit messge ever!

This commit is contained in:
ludeeus
2019-04-21 19:45:01 +02:00
parent 3bdee78f8e
commit b4796efba9
10 changed files with 123 additions and 107 deletions

View File

@ -15,21 +15,26 @@ Issues not containing the minimum requirements will be closed:
-->
## Version of the custom_component
<!-- If you are not using the newest version, download and try that before opening an issue-->
<!-- If you are not using the newest version, download and try that before opening an issue
If you are unsure about the version check the const.py file.
-->
## Configuration
```yaml
Add your logs here.
```
## Describe the bug
A clear and concise description of what the bug is.
## `custom_updater` configuration
```yaml
# Add configuration here
```
## Debug log
<!-- To enable debug logs check this https://www.home-assistant.io/components/logger/ -->
```text
Add your logs here.

24
.github/main.workflow vendored
View File

@ -1,32 +1,8 @@
workflow "Trigger: Push to master from admin account" {
on = "push"
resolves = ["HA Index"]
}
workflow "Trigger: Push" {
on = "push"
resolves = ["Black Code Formatter"]
}
action "branch-filter" {
uses = "actions/bin/filter@master"
args = "branch master"
}
action "Access control" {
uses = "ludeeus/action-accesscontrol@master"
env = {
ACTION_LEVEL = "admin"
}
secrets = ["GITHUB_TOKEN"]
}
action "HA Index" {
uses = "ludeeus/action-haindex@master"
secrets = ["GITHUB_TOKEN"]
needs = ["branch-filter", "Access control"]
}
action "Black Code Formatter" {
uses = "lgeiger/black-action@master"
args = "$GITHUB_WORKSPACE --check --diff"