Skip to content

[Feat] WAF 설정 변경 prod 적용 #281

[Feat] WAF 설정 변경 prod 적용

[Feat] WAF 설정 변경 prod 적용 #281

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'