Add comment only on Issue Comment when its first opened

This commit is contained in:
v-amolpatil 2023-08-25 15:48:27 +05:30
Родитель d1b1fcb89d
Коммит f9170edcea
1 изменённых файлов: 3 добавлений и 1 удалений

4
.github/workflows/IssueComment.yml поставляемый
Просмотреть файл

@ -1,6 +1,8 @@
name: IssueComment
on: [issues]
on:
issues:
types: opened
jobs:
commenting: