Skip to content

refactor(ci): ♻️ use reusable workflows #290

refactor(ci): ♻️ use reusable workflows

refactor(ci): ♻️ use reusable workflows #290

Workflow file for this run

name: ✅ Check PR Title
on:
pull_request:
types: [opened, edited]
permissions:
pull-requests: write
issues: write # Update issue labels
jobs:
lint-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
if: ${{ github.event.action == 'opened' || github.event.changes.title != null }}
steps:
- name: 🔍 Check PR title
uses: material-extensions/workflows/.github/workflows/pr-title.yml@main
with:
commitlint-help-url: https://github.com/material-extensions/vscode-material-icon-theme/blob/main/CONTRIBUTING.md#conventional-pull-request-titles