File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : " CLA"
2
+
3
+ permissions :
4
+ contents : read
5
+ pull-requests : write
6
+ actions : write
7
+ statuses : write
8
+
2
9
on :
3
10
issue_comment :
4
11
types : [created]
5
12
pull_request_target :
6
- types : [opened,closed,synchronize]
13
+ types : [opened, closed, synchronize]
7
14
8
15
jobs :
9
16
CLA-Lite :
10
17
name : " Signature"
11
- uses : rdkcentral/cmf-actions/.github/workflows/cla.yml@main
18
+ uses : rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
12
19
secrets :
13
- PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_ASSISTANT }}
20
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_ASSISTANT }}
Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
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
+
7
12
#### [ 1.16.11] ( https://github.com/rdkcentral/entservices-apis/compare/1.16.10...1.16.11 )
8
13
14
+ > 26 September 2025
15
+
9
16
- RDKEMW-7851 : [ AI2.0] Add check for wrong values [ ` #554 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/554 )
10
17
- 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 )
11
19
- Merge tag '1.16.10' into develop [ ` bf18eb0 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/bf18eb00af67e2d23f2d6f62c2fa737e5a4e454d )
12
20
13
21
#### [ 1.16.10] ( https://github.com/rdkcentral/entservices-apis/compare/1.16.9...1.16.10 )
You can’t perform that action at this time.
0 commit comments