Skip to content

fix(template): pass repo-token to labeler #2

fix(template): pass repo-token to labeler

fix(template): pass repo-token to labeler #2

Workflow file for this run

name: PR Labels
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Run labeler
uses: actions/labeler@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml