Skip to content

chore(deps): bump postcss from 8.4.23 to 8.4.31 in /examples/carbon-for-ibm-products/example-gallery #9043

chore(deps): bump postcss from 8.4.23 to 8.4.31 in /examples/carbon-for-ibm-products/example-gallery

chore(deps): bump postcss from 8.4.23 to 8.4.31 in /examples/carbon-for-ibm-products/example-gallery #9043

Workflow file for this run

name: PR # Checks the PR title is of the correct format
on:
pull_request_target:
types:
- opened
- edited
- synchronize
merge_group:
types: [checks_requested]
jobs:
validate_title:
name: validate title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected] # cspell:disable-line
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}