Skip to content

Юркин Георгий.Технология ALL + Отчеты. Построение выпуклой оболочки – проход Грэхема. Вариант 22. #4586

Юркин Георгий.Технология ALL + Отчеты. Построение выпуклой оболочки – проход Грэхема. Вариант 22.

Юркин Георгий.Технология ALL + Отчеты. Построение выпуклой оболочки – проход Грэхема. Вариант 22. #4586

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