Skip to content

Bump braces from 3.0.2 to 3.0.3 in /web #461

Bump braces from 3.0.2 to 3.0.3 in /web

Bump braces from 3.0.2 to 3.0.3 in /web #461

Workflow file for this run

name: Changelog Check
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
check-changelog:
name: Changelog entry present
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Gives an error if there's no change in the changelog (except using label)
- name: Changelog check
uses: dangoslen/[email protected]
with:
changeLogPath: "CHANGELOG.md"
skipLabels: "no changelog entry needed, dependencies"