Skip to content

chore(deps): update dependency sphinxemoji to v0.3.1 #5

chore(deps): update dependency sphinxemoji to v0.3.1

chore(deps): update dependency sphinxemoji to v0.3.1 #5

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
name: Check PR title
# this can be changed to `self-hosted` to move to self-hosted
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}