Skip to content

Commit def901b

Browse files
authored
Cleanup OWNERS file (#382)
* Cleanup OWNERS file Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech> * Remove paths-ignore from workflows Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech> --------- Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent 5f9b783 commit def901b

5 files changed

Lines changed: 3 additions & 36 deletions

File tree

.github/workflows/golangci-lint.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@
1515
name: golangci-lint
1616
on:
1717
push:
18-
paths-ignore:
19-
- "docs/**"
20-
- "release/**"
21-
- "OWNERS"
2218
pull_request:
23-
paths-ignore:
24-
- "docs/**"
25-
- "release/**"
26-
- "OWNERS"
2719
workflow_dispatch:
2820

2921
permissions:

.github/workflows/gosec-scan.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,8 @@ name: Gosec security scan
1616

1717
on:
1818
push:
19-
paths-ignore:
20-
- "docs/**"
21-
- "release/**"
22-
- "OWNERS"
2319
pull_request:
24-
paths-ignore:
25-
- "docs/**"
26-
- "release/**"
27-
- "OWNERS"
20+
workflow_dispatch:
2821

2922
jobs:
3023
tests:

.github/workflows/image-build-push-dev.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore:
8-
- "docs/**"
9-
- "release/**"
10-
- "OWNERS"
117
workflow_dispatch:
128

139
env:

.github/workflows/porch-e2e-ci-jobs.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@
1515
name: End-to-End Tests
1616
on:
1717
push:
18-
paths-ignore:
19-
- "docs/**"
20-
- "release/**"
21-
- "OWNERS"
2218
pull_request:
23-
paths-ignore:
24-
- "docs/**"
25-
- "release/**"
26-
- "OWNERS"
2719
workflow_dispatch:
2820

2921
concurrency:

OWNERS

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
approvers:
2-
- johnbelamaric
3-
- henderiw
4-
- s3wong
5-
- tliron
62
- efiacor
73
- liamfallon
84
- kispaljr
5+
- mozesl-nokia
96

107
reviewers:
11-
- johnbelamaric
12-
- henderiw
13-
- s3wong
14-
- tliron
158
- efiacor
169
- liamfallon
1710
- kispaljr
11+
- mozesl-nokia

0 commit comments

Comments
 (0)