Skip to content

✅ Fix input release #4

✅ Fix input release

✅ Fix input release #4

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