Skip to content

🐛 Force failure if gitmoji not title prefix #39

🐛 Force failure if gitmoji not title prefix

🐛 Force failure if gitmoji not title prefix #39

name: Create gitmoji label
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
create-gitmoji-label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Create gitmoji label
uses: georgepstaylor/gitmoji-auto-label@simplify-gitmoji-step-output
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}