From 8f75799a0d01b5c482bf06f9c6eb50cfce0080ff Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 29 Apr 2023 15:19:12 -0700 Subject: [PATCH] Various github workflow fixes. --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++ .github/dependabot.yml | 1 + .github/labels.yml | 3 +++ .github/workflows/build.yml | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d2ca63d1..5d35d8b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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** + + + +```json + +``` + **Javascript errors shown in the web inspector (if applicable):** ``` diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fdb3ac7b..8489abf2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,4 @@ updates: directory: / schedule: interval: daily + target-branch: "dev" diff --git a/.github/labels.yml b/.github/labels.yml index f7f83aad..566843a4 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b83ca9c..a08e42d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: push: branches: - main - - release-* + - dev pull_request: schedule: - cron: "17 6 * * *"