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 82ed2df..2449697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ 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.5.0](https://github.com/rdkcentral/hotspot/compare/2.4.0...2.5.0) + +- RDKB-66032 : Add explicit permissions block to PR Format Check workflow [`#62`](https://github.com/rdkcentral/hotspot/pull/62) +- Add PR Format Check workflow [`#59`](https://github.com/rdkcentral/hotspot/pull/59) +- Merge tag '2.4.0' into develop [`b6d33bd`](https://github.com/rdkcentral/hotspot/commit/b6d33bdb832a924fe19731f8ca8e711ad5d93f5d) + #### [2.4.0](https://github.com/rdkcentral/hotspot/compare/2.3.0...2.4.0) +> 15 June 2026 + - RDKB-65460:[8.6s4] [QE] Gretap's for Managed wifi getting deleted when moving to bridge mode [`#51`](https://github.com/rdkcentral/hotspot/pull/51) - RDKCOM-5536: RDKBDEV-3380 Add hotspot Documentation [`#37`](https://github.com/rdkcentral/hotspot/pull/37) +- Add changelog for release 2.4.0 [`135d8ef`](https://github.com/rdkcentral/hotspot/commit/135d8efb0b5e15b29cad07bee52ac2e7cd5b9640) - Merge tag '2.3.0' into develop [`0848273`](https://github.com/rdkcentral/hotspot/commit/084827339be309fec2152729ecd3e1e22f758167) #### [2.3.0](https://github.com/rdkcentral/hotspot/compare/2.2.0...2.3.0)