Merge pull request #1127 from dermotduffy/various-workflow-fixes
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.
|
||||
-->
|
||||
|
||||
**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):**
|
||||
|
||||
```
|
||||
|
||||
@@ -5,3 +5,4 @@ updates:
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
target-branch: "dev"
|
||||
|
||||
@@ -64,3 +64,6 @@
|
||||
- name: wontfix
|
||||
description: This will not be worked on
|
||||
color: ffffff
|
||||
- name: votes needed
|
||||
description: Vote for this feature to encourage prioritization!
|
||||
color: e2ed82
|
||||
|
||||
@@ -5,7 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
- dev
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "17 6 * * *"
|
||||
|
||||
Reference in New Issue
Block a user