File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : " CLA"
2
+
3
+ permissions :
4
+ contents : read
5
+ pull-requests : write
6
+ actions : write
7
+ statuses : write
8
+
9
+ on :
10
+ issue_comment :
11
+ types : [created]
12
+ pull_request_target :
13
+ types : [opened, closed, synchronize]
14
+
15
+ jobs :
16
+ CLA-Lite :
17
+ name : " Signature"
18
+ uses : rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
19
+ secrets :
20
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_ASSISTANT }}
Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ 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.4.8] ( https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.7...1.4.8 )
8
+
9
+ - Deploy cla action [ ` #161 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/pull/161 )
10
+ - Merge tag '1.4.7' into develop [ ` 1ea0522 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/commit/1ea05228452c7547788b4d7471d47c6b0130887e )
11
+
7
12
#### [ 1.4.7] ( https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.6...1.4.7 )
8
13
14
+ > 9 September 2025
15
+
9
16
- RDKEMW-7712: Sync low latency for AVOutput initialization (#6338 ) [ ` #249 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/pull/249 )
17
+ - 1.4.7 release changelog updates [ ` 5979423 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/commit/597942340c4b1ab704fe1220b956803aa10cb60f )
10
18
- Merge tag '1.4.6' into develop [ ` bef0aa3 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/commit/bef0aa3bf2638d0223008f10babecde595d850df )
11
19
12
20
#### [ 1.4.6] ( https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.5...1.4.6 )
You can’t perform that action at this time.
0 commit comments