Skip to content

fix: 라벨링 후 마지막에 test 라벨이 붙는 현상 수정을 위해 정규식 변경 #4

fix: 라벨링 후 마지막에 test 라벨이 붙는 현상 수정을 위해 정규식 변경

fix: 라벨링 후 마지막에 test 라벨이 붙는 현상 수정을 위해 정규식 변경 #4

Workflow file for this run

name: 'Auto Labeling'
on:
pull_request:
types: [opened, edited]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.ACTIONS_TOKEN}}