Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

chore: Configure Renovate #246

chore: Configure Renovate

chore: Configure Renovate #246

Workflow file for this run

name: "PR Check"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
semantic-title:
name: Check PR Title for Semantic Release Type
runs-on: ubuntu-22.04
permissions:
pull-requests: read
steps:
- name: Check PR Title
uses: amannn/action-semantic-pull-request@v4.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true