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
Comment on lines +16 to +18
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ 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.7.1](https://github.com/rdkcentral/webui/compare/2.7.0...2.7.1)

- RDKB-66032 : Add PR Format Check workflow [`#144`](https://github.com/rdkcentral/webui/pull/144)
- Merge tag '2.7.0' into develop [`e590425`](https://github.com/rdkcentral/webui/commit/e590425f4a617647f5de0c2ab034da99792fd357)
Comment on lines +7 to +10

#### [2.7.0](https://github.com/rdkcentral/webui/compare/2.6.1...2.7.0)

> 8 July 2026

- XF10-814 : WebUI.Enable = MSOonly is not opening MSO GUI [`#138`](https://github.com/rdkcentral/webui/pull/138)
- RDKB-64534 [OneStack][XB10] MTA Line details needs to be fixed as per product in UI for residential gateway [`#119`](https://github.com/rdkcentral/webui/pull/119)
- RDKB-65585 connected devices - map each multi-band row Edit button to… [`#137`](https://github.com/rdkcentral/webui/pull/137)
- RDKB-58910, RDKB-65211 : Removed Ipv6 product custamisations [`#124`](https://github.com/rdkcentral/webui/pull/124)
- Add changelog for release 2.7.0 [`50e7813`](https://github.com/rdkcentral/webui/commit/50e78137398d4ce26cee027a18bc7b57c8d7f3a0)
- Merge tag '2.6.1' into develop [`af90a2e`](https://github.com/rdkcentral/webui/commit/af90a2e3002d8e35a61153080281063f75cfb2e2)

#### [2.6.1](https://github.com/rdkcentral/webui/compare/2.6.0...2.6.1)
Expand Down
Loading