Skip to content

build(deps): bump updatecli/updatecli-action from 2.93.0 to 2.94.0 #268

build(deps): bump updatecli/updatecli-action from 2.93.0 to 2.94.0

build(deps): bump updatecli/updatecli-action from 2.93.0 to 2.94.0 #268

Workflow file for this run

---
name: changelog
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches:
- main
permissions:
contents: read
jobs:
check:
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: changelog
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
BASE_REF: ${{ github.event.pull_request.base.ref }}
run: .github/scripts/check-changelog.sh