mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 09:46:26 +02:00
update issue report
This commit is contained in:
parent
e07751e4df
commit
113e1f6b69
2 changed files with 1 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/report.yaml
vendored
1
.github/ISSUE_TEMPLATE/report.yaml
vendored
|
@ -1,6 +1,5 @@
|
|||
name: "issue report"
|
||||
description: "issue report"
|
||||
title: ""
|
||||
labels: ["new", "needs-triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
1
.github/workflows/compile_release.yml
vendored
1
.github/workflows/compile_release.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches: main
|
||||
paths-ignore:
|
||||
- '**.md' # Do no build on *.md changes
|
||||
- '**.yaml' # e.g. issue report
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
Loading…
Add table
Reference in a new issue