Skip to content

Commit 144d43e

Browse files
committed
rebase with develop
2 parents a832a3e + ff0afb9 commit 144d43e

File tree

7 files changed

+360
-106
lines changed

7 files changed

+360
-106
lines changed

.github/workflows/auto_pr_creation_target_repo_caller.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
branches:
77
- develop
88
- support/dunfell
9-
9+
- 'support/*.*.*'
10+
1011
jobs:
1112
call_auto_pr_workflow:
1213
uses: rdkcentral/build_tools_workflows/.github/workflows/auto_pr_creation_manifest.yml@develop

.github/workflows/cla.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 }}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Fossid Stateless Diff Scan
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
permissions:
8+
contents: read
9+
pull-requests: read
10+
11+
jobs:
12+
call-fossid-workflow:
13+
if: ${{ ! github.event.pull_request.head.repo.fork }}
14+
uses: rdkcentral/build_tools_workflows/.github/workflows/[email protected]
15+
secrets:
16+
FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }}
17+
FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }}
18+
FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }}
19+
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}

CHANGELOG.md

Lines changed: 215 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)