Skip to content

Add GitHub Actions workflow for automatic labeling #3653 #4

Add GitHub Actions workflow for automatic labeling #3653

Add GitHub Actions workflow for automatic labeling #3653 #4

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
- name: "Run labeler"
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"