Skip to content

Label issues

Label issues #2

Workflow file for this run

name: Auto Label on Issue Create
on:
issues:
types:
- opened
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add Label
uses: actions/labeler@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml