fix: автоответы только для label "bug" (#826)

This commit is contained in:
deexsed
2026-05-08 12:19:20 +03:00
committed by GitHub
parent e46cf138ac
commit 33d3147c0b
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: 🐛 Проблема
title: '[Проблема] '
description: Сообщить о проблеме
labels: ['type: проблема', 'status: нуждается в сортировке']
labels: ['bug']
body:
- type: input

View File

@@ -1,7 +1,7 @@
name: 🚀 Предложение
title: '[Предложение] '
description: Предложить улучшение или новую функциональность
labels: ['type: предложение', 'status: нуждается в сортировке']
labels: ['enhancement']
body:
- type: textarea

View File

@@ -9,6 +9,7 @@ permissions:
jobs:
comment:
if: contains(github.event.issue.labels.*.name, 'bug')
runs-on: ubuntu-latest
steps:
- name: Comment on new issue