Skip to content

release: Update to Emoji v16 and CLDR 46. #243

release: Update to Emoji v16 and CLDR 46.

release: Update to Emoji v16 and CLDR 46. #243

Workflow file for this run

name: PR
on: pull_request
jobs:
conventional:
name: Conventional Title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
- uses: beemojs/conventional-pr-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}