Skip to content

chore(github-deps): bump actions/upload-artifact from 4.4.3 to 4.6.2 #270

chore(github-deps): bump actions/upload-artifact from 4.4.3 to 4.6.2

chore(github-deps): bump actions/upload-artifact from 4.4.3 to 4.6.2 #270

Workflow file for this run

name: Check semantic PR titles
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}