TheAlgorithms-C/.github/workflows/labeler.yml
Alexander Pantyukhin 1a5b5f522f
feat: add LeetCode folder labeler (#1191)
* add labeler for Leetcode changes folder

* Update labeler.yml

add end line

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-01-05 17:24:30 -06:00

15 lines
282 B
YAML

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"