Skip to content

[Fix] ua 조건 제거 및 x-origin-verify Header 검사 추가 #277

[Fix] ua 조건 제거 및 x-origin-verify Header 검사 추가

[Fix] ua 조건 제거 및 x-origin-verify Header 검사 추가 #277

Workflow file for this run

name: Auto Label PRs
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/config/pr-labeler-config.yml'