Skip to content

Commit 6355307

Browse files
committed
Merge branch 'release/1.16.12'
2 parents ee9907f + 73eb09f commit 6355307

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.github/workflows/cla.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
name: "CLA"
2+
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
actions: write
7+
statuses: write
8+
29
on:
310
issue_comment:
411
types: [created]
512
pull_request_target:
6-
types: [opened,closed,synchronize]
13+
types: [opened, closed, synchronize]
714

815
jobs:
916
CLA-Lite:
1017
name: "Signature"
11-
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main
18+
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
1219
secrets:
13-
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}
20+
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.16.12](https://github.com/rdkcentral/entservices-apis/compare/1.16.11...1.16.12)
8+
9+
- Deploy cla action [`#556`](https://github.com/rdkcentral/entservices-apis/pull/556)
10+
- Merge tag '1.16.11' into develop [`f4554d1`](https://github.com/rdkcentral/entservices-apis/commit/f4554d1e538476a706e4056eca0a229e7bd27bf3)
11+
712
#### [1.16.11](https://github.com/rdkcentral/entservices-apis/compare/1.16.10...1.16.11)
813

14+
> 26 September 2025
15+
916
- RDKEMW-7851 : [AI2.0] Add check for wrong values [`#554`](https://github.com/rdkcentral/entservices-apis/pull/554)
1017
- RDKEMW-7851 : [AI2.0] Add check for wrong values [`#550`](https://github.com/rdkcentral/entservices-apis/pull/550)
18+
- 1.16.11 release changelog updates [`1885f75`](https://github.com/rdkcentral/entservices-apis/commit/1885f75e139133e84d9bd79882a40ee7fa8e609d)
1119
- Merge tag '1.16.10' into develop [`bf18eb0`](https://github.com/rdkcentral/entservices-apis/commit/bf18eb00af67e2d23f2d6f62c2fa737e5a4e454d)
1220

1321
#### [1.16.10](https://github.com/rdkcentral/entservices-apis/compare/1.16.9...1.16.10)

0 commit comments

Comments
 (0)