Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

chore: Bump word-wrap from 1.2.3 to 1.2.4 in /code/typescript/internal-constructs-workshop/construct-lib-repo/constructs #2404

chore: Bump word-wrap from 1.2.3 to 1.2.4 in /code/typescript/internal-constructs-workshop/construct-lib-repo/constructs

chore: Bump word-wrap from 1.2.3 to 1.2.4 in /code/typescript/internal-constructs-workshop/construct-lib-repo/constructs #2404

Workflow file for this run

name: Semantic PRs Failed
on:
pull_request:
check_suite:
types: [completed]
jobs:
failed-cc:
name: Failed Conventional Commits
if: >
github.event.check_suite.app.name == 'Semantic Pull Request'
&& github.event.check_suite.conclusion == 'failure'
runs-on: ubuntu-latest
steps:
- uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.pull_request}}
body: |
Title does not follow the guidelines of [Conventional Commits](https://www.conventionalcommits.org).
Please adjust title before merge.