Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: PR Format Check

on:
pull_request_target:
types: [opened, edited, synchronize, reopened]

permissions:
contents: read
issues: write
pull-requests: write

concurrency:
group: pr-format-check-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
lint:
uses: rdkcentral/build_tools_workflows/.github/workflows/pr-lint.yml@develop
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.3.0](https://github.com/rdkcentral/data-model-cli/compare/2.2.0...2.3.0)

- RDKB-66032 : Add PR Format Check workflow [`#22`](https://github.com/rdkcentral/data-model-cli/pull/22)
- Merge tag '2.2.0' into develop [`b264414`](https://github.com/rdkcentral/data-model-cli/commit/b264414e7f0e919a39ab0beb4286e0c66f2f4996)

#### [2.2.0](https://github.com/rdkcentral/data-model-cli/compare/2.1.0...2.2.0)

> 7 May 2026

- RDKCOM-5483: RDKBDEV-3324 Add CcspDmCli Documentation [`#10`](https://github.com/rdkcentral/data-model-cli/pull/10)
- Add changelog for release 2.2.0 [`05ed06d`](https://github.com/rdkcentral/data-model-cli/commit/05ed06dcd9d42c458b174970cf876815a617e254)
- Merge tag '2.1.0' into develop [`4282a34`](https://github.com/rdkcentral/data-model-cli/commit/4282a3435ea28eed651a56ceb2e40fc70bbc903e)

#### [2.1.0](https://github.com/rdkcentral/data-model-cli/compare/2.0.0...2.1.0)
Expand Down
Loading