Skip to content

Create labeler.yml

Create labeler.yml #7

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label PRs
uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
config: .github/labeler.yml