-
Notifications
You must be signed in to change notification settings - Fork 8
rebase #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/DEVBuilds
Are you sure you want to change the base?
rebase #288
Changes from 250 commits
b876f05
507798d
c40b79a
d6c09dc
86e6503
2bc3642
c69ef26
6bf4f52
d2e2c71
7e739f6
ae29e5c
c8b8536
e1d04fb
e6d40e3
324b840
2d965fb
90b6817
f732e15
bb64a43
a43b9f5
3c55d53
bb1fef6
70680a6
b80fa36
73be36e
a23fa33
90c5cc1
1966bd8
ae2ff4e
11bd2fc
779bfd2
e599491
7648977
0ed6c28
1393901
bc5c57a
7c62468
70dcac9
bb94982
e5fe31b
c946fc2
7d28ad9
67662ce
0596640
71c1a17
54e5d8b
950721c
12ca84e
6a67361
35f8c95
16b2ae3
111053d
240b8dc
5cebe00
8d92878
8a48fe7
11c7f86
69ac80b
e753e88
61eb451
b6d3f75
2185e67
ae79f37
a4a28ff
33d8d52
f3781aa
a63179e
08159c2
9344246
b439f66
5e26e2b
fa685d4
3c68f3f
48ea4ad
b2b7167
d747c80
53d96ae
c8d2453
e087894
0369bb9
efb5c77
bbb74b1
e64ae3e
567eb87
7f114fc
30ec400
e98a635
907cdf2
65bf674
fb7da77
a05cbcd
1a562eb
e29f53b
a301c1f
a77bd5c
7bca62d
abea183
562ccd4
14d7049
51c2eb3
c9f484d
3102176
039af62
15bc9e2
d2a2d51
c8b3f87
3e1bbfb
4a0dfd9
dddb4a4
c85b0c8
fd73fdd
a30cbbd
00c7b9a
3607916
27c63ba
04d838c
1f9372e
f5128c9
1fbf752
e1d9184
4e2d44c
6e9e4a5
c243c5b
69e3a64
20289ab
78f0ce2
ed0570d
4cb6677
d75eb30
77124c7
cac2e67
d976bca
77c2f56
d1c8410
d56a876
c68bc77
fd74eae
27ce72d
bf8f49a
3695c98
d1ebdd4
36b011d
b673476
ed35e7c
2bd26b7
9211208
3737627
d6247e2
1e2d351
7b6894f
37ac472
56cc9c9
63f119b
d4ea387
c83f42b
4349e35
32a8e08
a9a2a0b
2e2cf6f
b10965e
05431cc
28009e7
f755673
732ac26
434804c
a15bc19
6302c39
dadaac3
bc3bd32
f0dd83f
52bc696
0a75973
8718e15
06e9cf1
9ca0f9d
8f47cd8
13941ec
1df7cc7
81b208c
d4f31a1
3faff8c
3da4748
b7b8152
b988334
f2a6e1a
f870288
c1ea9b7
ebee6a3
df045cb
7a9398d
1d3c167
511d1e2
5441639
76df93a
dc4cbef
fddf348
0cb4062
ec6eea9
c033e69
28c4dd3
70842d8
283ff3e
efffa20
38a4de9
7127e92
eb5383e
56f8341
772ce12
87db56d
f6638e8
5065240
72c745e
bf0b39e
a41e05e
cb145dc
c31c2fb
a812d00
9f28a4f
072f540
e73ec57
85c6cf2
5a29e30
a13d0d0
c76e42e
40db278
d6f89da
8f5352b
8b006e5
db8e318
4a53794
94254c7
8ea02a2
199597e
dabb802
dd7830f
3a5f64f
0c159e8
a3af45f
00acb8d
bdbba90
0318f9a
6791e0b
723c70c
43cfec5
f6874ff
62ce95a
44eb624
78dd35d
c65fad6
d839d98
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ on: | |
| types: [labeled] | ||
| branches: | ||
| - develop | ||
| - 'support/*.*.*' | ||
|
|
||
| jobs: | ||
| call_auto_pr_workflow: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +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] | ||
|
|
||
| jobs: | ||
| CLA-Lite: | ||
| name: "Signature" | ||
| uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1 | ||
| secrets: | ||
| PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }} |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,19 @@ | ||||||||||||||||||
| name: Fossid Stateless Diff Scan | ||||||||||||||||||
|
|
||||||||||||||||||
| on: | ||||||||||||||||||
| pull_request: | ||||||||||||||||||
| types: [opened, synchronize, reopened] | ||||||||||||||||||
|
|
||||||||||||||||||
| permissions: | ||||||||||||||||||
| contents: read | ||||||||||||||||||
| pull-requests: read | ||||||||||||||||||
|
|
||||||||||||||||||
| jobs: | ||||||||||||||||||
| call-fossid-workflow: | ||||||||||||||||||
| if: ${{ ! github.event.pull_request.head.repo.fork }} | ||||||||||||||||||
| uses: rdkcentral/build_tools_workflows/.github/workflows/[email protected] | ||||||||||||||||||
| secrets: | ||||||||||||||||||
| FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }} | ||||||||||||||||||
| FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }} | ||||||||||||||||||
| FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }} | ||||||||||||||||||
| FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }} | ||||||||||||||||||
|
Comment on lines
+16
to
+19
|
||||||||||||||||||
| FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }} | |
| FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }} | |
| FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }} | |
| FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }} | |
| FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }} | |
| FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }} | |
| FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }} | |
| FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }} |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,113 @@ | ||||||
| name: PR Description Validation | ||||||
|
|
||||||
| on: | ||||||
| pull_request: | ||||||
| branches: [develop] | ||||||
| types: [opened, edited, synchronize] | ||||||
|
|
||||||
| jobs: | ||||||
| validate-pr-description: | ||||||
| runs-on: ubuntu-latest | ||||||
| steps: | ||||||
| - name: Checkout code | ||||||
| uses: actions/checkout@v4 | ||||||
|
Comment on lines
+12
to
+13
|
||||||
| - name: Checkout code | |
| uses: actions/checkout@v4 |
Copilot
AI
Nov 6, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent spacing in validation summary output. Line 102 has an extra space before "FAILED" ( FAILED) while line 103 does not have the extra space (FAILED). This inconsistency will cause the output to be misaligned.
| echo "PR Title: $([ "$TITLE_VALID" = true ] && echo "PASSED" || echo " FAILED")" | |
| echo "PR Title: $([ "$TITLE_VALID" = true ] && echo "PASSED" || echo "FAILED")" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The branch pattern
'support/*.*.*'only matches support branches with exactly three dot-separated segments (e.g.,support/1.2.3). If support branches use different patterns likesupport/2.16.0orsupport/8.3.4.0(four segments), they won't match. Consider using'support/**'to match all support branches regardless of versioning scheme, or verify that the pattern matches the actual branch naming convention used in the repository.