Skip to content

⬆️ Bump the gh-actions group with 2 updates #18

⬆️ Bump the gh-actions group with 2 updates

⬆️ Bump the gh-actions group with 2 updates #18

Workflow file for this run

name: PR title
# yamllint disable-line rule:truthy
on:
pull_request:
types:
- opened
- edited
workflow_call:
jobs:
gitmoji-pr-title:
name: ✔️ Verify title
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: 🏷️ Enforce gitmoji PR title
uses: georgepstaylor/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}