Skip to content

[fixed] Рысев Михаил. Вариант 27 #4585

[fixed] Рысев Михаил. Вариант 27

[fixed] Рысев Михаил. Вариант 27 #4585

Workflow file for this run

name: "Label PRs"
on:
pull_request_target:
paths-ignore:
- '**/*.md'
permissions:
contents: read
jobs:
label-pull-requests:
runs-on: ubuntu-24.04
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Apply labels based on changed files
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"
sync-labels: true
dot: true