Skip to content

Add List - Notification component #63

Add List - Notification component

Add List - Notification component #63

Workflow file for this run

# ๊ธฐํ˜ธ์— ๋งž๊ฒŒ ๋ณ€๊ฒฝํ•ด์ฃผ์„ธ์š”
name: do not merge
on:
# Pull Request๊ฐ€ ์ƒ์„ฑ๋˜์—ˆ์„๋•Œ, ์ˆ˜์ •๋˜์—ˆ์„๋•Œ, label์ด ๋ถ€์ฐฉ/ํƒˆ์ฐฉ ๋˜์—ˆ์„๋•Œ ์‹คํ–‰๋ฉ๋‹ˆ๋‹ค.
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:
# github action ์‹คํ–‰์„ ์œ„ํ•œ ํ† ํฐ์ž…๋‹ˆ๋‹ค.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# (optional) ๋ณ‘ํ•ฉ ๋ฐฉ์ง€ ๋ผ๋ฒจ๋ช…. ๊ธฐ๋ณธ ๊ฐ’์€ "๐Ÿšซ DO NOT MERGE" ์ž…๋‹ˆ๋‹ค.
BLOCKER_LABEL_NAME: "๐Ÿšซ DO NOT MERGE"