Browse Source

update issue report

main
lumapu 2 months ago
parent
commit
113e1f6b69
  1. 1
      .github/ISSUE_TEMPLATE/report.yaml
  2. 1
      .github/workflows/compile_release.yml

1
.github/ISSUE_TEMPLATE/report.yaml

@ -1,6 +1,5 @@
name: "issue report"
description: "issue report"
title: ""
labels: ["new", "needs-triage"]
body:
- type: markdown

1
.github/workflows/compile_release.yml

@ -5,6 +5,7 @@ on:
branches: main
paths-ignore:
- '**.md' # Do no build on *.md changes
- '**.yaml' # e.g. issue report
jobs:
check:

Loading…
Cancel
Save