Skip to content

update workflow with a few improvements: #31

update workflow with a few improvements:

update workflow with a few improvements: #31

Workflow file for this run

name: Label PRs
on:
pull_request:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml