Skip to content

[canary-publish] Add missing await and extract correct commit logs. #31

[canary-publish] Add missing await and extract correct commit logs.

[canary-publish] Add missing await and extract correct commit logs. #31

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 }}