Skip to content

refactor: add toggling emoji picker and change some styles to categor… #20

refactor: add toggling emoji picker and change some styles to categor…

refactor: add toggling emoji picker and change some styles to categor… #20

Workflow file for this run

name: 'Check PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}