Skip to content

Bump express from 4.18.2 to 4.21.1 in /storybook #3267

Bump express from 4.18.2 to 4.21.1 in /storybook

Bump express from 4.18.2 to 4.21.1 in /storybook #3267

Workflow file for this run

name: Changelog
on:
pull_request:
branches:
- '**'
jobs:
changelog-updated:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check if changelog updated
id: changed-files-specific
uses: tj-actions/changed-files@v29.0.4
with:
base_sha: ${{ github.event.pull_request.base.sha }}
files: |
CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Fail job if changelog not updated
if: steps.changed-files-specific.outputs.any_changed == 'false'
run: |
exit 1