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
+1
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