We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
review-auto
1 parent e8a94f3 commit bf3b49bCopy full SHA for bf3b49b
4 files changed
.github/CODEOWNERS
@@ -3,4 +3,4 @@
3
.github/CODEOWNERS @socialgouv/sre
4
.kontinuous/ @socialgouv/sre
5
6
-@pom421 @gary-van-woerkens @lsagetlethias
+@gary-van-woerkens
.github/renovate.json
.github/workflows/review-auto.yaml
@@ -2,11 +2,9 @@ name: 👓 Review Auto
2
on:
push:
branches:
- - "feat/**"
- - "feature/**"
7
- - "fix/**"
8
- - "hotfix/**"
9
- - "**/review/**"
+ - "**"
+ - "!dependabot/**"
+ - "!master"
10
11
concurrency:
12
cancel-in-progress: true
.github/workflows/review.yaml
@@ -2,13 +2,7 @@ name: 👀 Review
- - "**"
- - "!master"
- - "!feat/**"
- - "!feature/**"
- - "!fix/**"
- - "!hotfix/**"
- - "!**/review/**"
+ - "dependabot/**"
13
14
0 commit comments