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
Comment on lines +17 to +18
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Comment on lines +7 to +11

#### [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)
Expand Down
Loading