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

chore: Bump eslint from 8.57.0 to 9.5.0 in /cdkworkshop.com #3394

chore: Bump eslint from 8.57.0 to 9.5.0 in /cdkworkshop.com

chore: Bump eslint from 8.57.0 to 9.5.0 in /cdkworkshop.com #3394

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.