Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
71221c6
Merge tag '5.0.1' into develop
suryag23 Sep 10, 2025
c2f6984
Final Dial fix
arun-madhavan-013 Sep 11, 2025
3fcae65
RDKEAPPRT-209,208 [REFUI][DIAL] Adopt to the XCast plugin's deeplink
suryag23 Sep 16, 2025
6f2c44b
Updated the APP.js Ident
suryag23 Sep 17, 2025
6523cc6
Merge pull request #120 from rdkcentral/209
arun-madhavan-013 Sep 17, 2025
59c5433
RDKEAPPRT-225,226 [RDK UI][Miracast] Pressing any RCU button except OK
suryag23 Sep 18, 2025
33f4c91
Merge pull request #121 from rdkcentral/225
suryag23 Sep 18, 2025
b0cfa0f
RDKEAPPRT-188,228 [RDK UI][NetworkManager] It is not possible to enter
suryag23 Sep 19, 2025
3f53ba6
RDKEAPPRT-230-[RDK UI] [DIAL] Update Netflix name field in applicatio…
suryag23 Sep 22, 2025
52f104b
Merge pull request #122 from rdkcentral/230
arun-madhavan-013 Sep 22, 2025
a7c3933
RDKEAPPRT-236 : Activate LISA plugin from residentapp.service
liginPunoose Sep 25, 2025
56a6402
Merge pull request #123 from rdkcentral/feature/RDKEAPPRT-236-activat…
astolcenburg Sep 25, 2025
301ed96
RDKEAPPRT-221 [RDK UI] ResidentApp plugin crashes when try to
suryag23 Sep 25, 2025
b671f46
Deploy cla action
rdkcmf-jenkins Sep 25, 2025
a264c80
Merge pull request #125 from rdkcentral/feature/actions/develop-cla
Alan-Ryan Sep 25, 2025
25302cf
Merge branch 'develop' into 221
suryag23 Sep 26, 2025
5fbf01e
Merge pull request #124 from rdkcentral/221
suryag23 Sep 26, 2025
fca8c06
RDKEAPPRT-251 FTI Page – Ethernet Option Shows ‘Not Connected’
suryag23 Sep 26, 2025
7c7d639
Merge pull request #126 from rdkcentral/251
suryag23 Sep 29, 2025
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
13 changes: 10 additions & 3 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: "CLA"

permissions:
contents: read
pull-requests: write
actions: write
statuses: write

on:
issue_comment:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
types: [opened, closed, synchronize]

jobs:
CLA-Lite:
name: "Signature"
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}
2 changes: 1 addition & 1 deletion accelerator-home-ui/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"log": true,
"enableAppSuspended": true,
"showVersion": false,
"version": "5.0.1"
"version": "5.0.7"
}
}
Loading