Skip to content

Commit e22cc74

Browse files
committed
fix: clean job ci
1 parent e8a94f3 commit e22cc74

4 files changed

Lines changed: 6 additions & 16 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
.github/CODEOWNERS @socialgouv/sre
44
.kontinuous/ @socialgouv/sre
55

6-
@pom421 @gary-van-woerkens @lsagetlethias
6+
@gary-van-woerkens

.github/renovate.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/review-auto.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: 👓 Review Auto
22
on:
33
push:
44
branches:
5-
- "feat/**"
6-
- "feature/**"
7-
- "fix/**"
8-
- "hotfix/**"
9-
- "**/review/**"
5+
- "**"
6+
- "!renovate/**"
7+
- "!dependabot/**"
8+
- "!master"
109

1110
concurrency:
1211
cancel-in-progress: true

.github/workflows/review.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ name: 👀 Review
22
on:
33
push:
44
branches:
5-
- "**"
6-
- "!master"
7-
- "!feat/**"
8-
- "!feature/**"
9-
- "!fix/**"
10-
- "!hotfix/**"
11-
- "!**/review/**"
5+
- "dependabot/**"
126

137
concurrency:
148
cancel-in-progress: true

0 commit comments

Comments
 (0)