Commit f4cbac04 authored by anuraghazra's avatar anuraghazra
Browse files

infra: added auto labeler for prs

parent eaa7bf50
Loading
Loading
Loading
Loading

.github/labeler.yml

0 → 100644
+1 −0
Original line number Diff line number Diff line
themes: themes/index.js
+11 −0
Original line number Diff line number Diff line
name: "Pull Request Labeler"
on:
  - pull_request

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/labeler@v2
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"