Various github workflow fixes.
This commit is contained in:
@@ -33,6 +33,16 @@ Provide details about what browser (and version) you are seeing the issue in. An
|
|||||||
Explain what the issue is, and how things should look/behave. If possible provide a screenshot with a description.
|
Explain what the issue is, and how things should look/behave. If possible provide a screenshot with a description.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
**Frigate card diagnostic information**
|
||||||
|
|
||||||
|
<!--
|
||||||
|
On the card, hold down the Frigate menu button for a few seconds then paste the diagnostics below:
|
||||||
|
-->
|
||||||
|
|
||||||
|
```json
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
**Javascript errors shown in the web inspector (if applicable):**
|
**Javascript errors shown in the web inspector (if applicable):**
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ updates:
|
|||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
|
target-branch: "dev"
|
||||||
|
|||||||
@@ -64,3 +64,6 @@
|
|||||||
- name: wontfix
|
- name: wontfix
|
||||||
description: This will not be worked on
|
description: This will not be worked on
|
||||||
color: ffffff
|
color: ffffff
|
||||||
|
- name: votes needed
|
||||||
|
description: Vote for this feature to encourage prioritization!
|
||||||
|
color: e2ed82
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- release-*
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "17 6 * * *"
|
- cron: "17 6 * * *"
|
||||||
|
|||||||
Reference in New Issue
Block a user