Updates, updates, more updates, worst commit messge ever!
This commit is contained in:
21
.github/ISSUE_TEMPLATE/issue.md
vendored
21
.github/ISSUE_TEMPLATE/issue.md
vendored
@ -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
24
.github/main.workflow
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user