Skip to content

Commit 702e788

Browse files
authored
Merge branch 'TexasInstruments:master' into lpm_update
2 parents 317ea36 + 6bb8848 commit 702e788

28 files changed

+261
-121
lines changed

.github/component-owners.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# yamllint disable rule:line-length
23
# Each component identified by its path prefix has a list of owners
34
components:
45

@@ -68,14 +69,14 @@ components:
6869
- jeevantelukula
6970
- praneethbajjuri
7071
- uditkumarti
71-
- gehariprasath
72+
- gehariprasath
7273

7374
source/linux/Foundational_Components:
7475
- devarsht
7576
- praneethbajjuri
7677
- r-vignesh
7778
- uditkumarti
78-
- gehariprasath
79+
- gehariprasath
7980

8081
source/linux/Foundational_Components/IPC:
8182
- 3V3RYONE
@@ -92,7 +93,7 @@ components:
9293
- praneethbajjuri
9394
- r-vignesh
9495
- uditkumarti
95-
- gehariprasath
96+
- gehariprasath
9697

9798
source/linux/Foundational_Components/Power_Management:
9899
- DhruvaG2000

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "build"
33

4-
on:
4+
on: # yamllint disable-line rule:truthy
55
push:
66
branches: [master]
77

.github/workflows/check-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "check-files"
33

4-
on:
4+
on: # yamllint disable-line rule:truthy
55
pull_request:
66
branches: [master]
77
paths:

.github/workflows/check_toc_txt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "check_toc_txt"
33

4-
on:
4+
on: # yamllint disable-line rule:truthy
55
pull_request:
66
branches: [master]
77
paths:

.github/workflows/comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "comment"
33

4-
on:
4+
on: # yamllint disable-line rule:truthy
55
workflow_run:
66
workflows:
77
- rstcheck

.github/workflows/commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Commit Check
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
pull_request:
55
branches: ['master']
66

.github/workflows/component-owners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "component-owners"
33

4-
on:
4+
on: # yamllint disable-line rule:truthy
55
# It's insecure to use pull_request_target if you intend to check out code
66
# from that PR. This just reads the config file in the pull request base, and
77
# is not an issue currently. We will need to use this to comment on PRs coming

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "deploy"
33

4-
on:
4+
on: # yamllint disable-line rule:truthy
55
workflow_run:
66
workflows:
77
- build

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Docker Workflow
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
push:
55
branches: [master]
66
paths:

.github/workflows/rstcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "rstcheck"
33

4-
on:
4+
on: # yamllint disable-line rule:truthy
55
pull_request:
66
branches: [master]
77
paths:

0 commit comments

Comments
 (0)