Skip to content

[Sync EN] uri: Add description to all Exceptions #213

[Sync EN] uri: Add description to all Exceptions

[Sync EN] uri: Add description to all Exceptions #213

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-latest"
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "Статус: Требуется обратная связь"