Skip to content

[detect-add] import 방법을 변경합니다 #12

[detect-add] import 방법을 변경합니다

[detect-add] import 방법을 변경합니다 #12

name: do not merge with specific label
on:
pull_request:
types:
- opened
- synchronize
- labeled
- unlabeled
jobs:
pr_label_check:
runs-on: ubuntu-latest
steps:
- uses: NaverPayDev/actions/pr/do-not-merge-action@main
with:
BLOCKER_LABEL_NAME: '🚫 DO NOT MERGE'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}