Skip to content

[CI/CD] Simplify Auto Labeling #980

[CI/CD] Simplify Auto Labeling

[CI/CD] Simplify Auto Labeling #980

Workflow file for this run

name: Labeling
on:
pull_request:
types: [ synchronize, opened, reopened, labeled, unlabeled ]
jobs:
labeling:
name: Adding Labels
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
pull-requests: write
steps:
- name: Labeling
uses: hopeman15/auto-labeler@main