diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml new file mode 100644 index 0000000..7b2c503 --- /dev/null +++ b/.github/workflows/pr-lint.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fed81e..3e3c175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + #### [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)