Skip to content

⬆️ Bump nosborn/github-action-markdown-cli from 3.4.0 to 3.5.0 in the gh-actions group #15

⬆️ Bump nosborn/github-action-markdown-cli from 3.4.0 to 3.5.0 in the gh-actions group

⬆️ Bump nosborn/github-action-markdown-cli from 3.4.0 to 3.5.0 in the gh-actions group #15

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 }}