fish-station/.github/workflows/labeler-untriaged.yml
Vigers Ray a26852b5c5 ы
2025-04-11 18:58:23 +03:00

16 lines
325 B
YAML

name: "Labels: Untriaged"
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
if: join(github.event.issue.labels) == ''
with:
labels: "Несортированный"