1
0
mirror of https://github.com/php/doc-ru.git synced 2026-04-28 01:33:30 +02:00
Files
archived-doc-ru/.github/workflows/remove-needs-feedback.yml
T
2023-09-05 13:55:58 +03:00

16 lines
519 B
YAML

name: Удаление статуса Требуется обратная связь
on:
issue_comment:
types:
- created
jobs:
build:
if: "contains(github.event.issue.labels.*.name, 'Статус: Требуется обратная связь') && github.event.issue.user.login == github.event.sender.login"
runs-on: "ubuntu-20.04"
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "Статус: Требуется обратная связь"