Skip to content

Add GitHub Actions workflow for automatic labeling #3653 #1

Add GitHub Actions workflow for automatic labeling #3653

Add GitHub Actions workflow for automatic labeling #3653 #1

Workflow file for this run

name: "Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
issues:
types: [opened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: "Checkout Code"
uses: actions/checkout@v4
- name: "Run Labeler Action"
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"