Skip to content

chore(deps-dev): bump autoprefixer from 10.4.23 to 10.4.24 #1

chore(deps-dev): bump autoprefixer from 10.4.23 to 10.4.24

chore(deps-dev): bump autoprefixer from 10.4.23 to 10.4.24 #1

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: "PR Formatting"
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
defaults:
run:
shell: bash
permissions:
contents: read
statuses: write
concurrency:
group: pr-formatting-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
title-check:
name: Title Check
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: audit
- name: Check PR Title
uses: step-security/conventional-pr-title-action@bb2263ec311ca158e9ffa6bd9b997fb425402034 # v3.2.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}