Skip to content

Commit bfc794e

Browse files
committed
add extra checks
1 parent d21fcf8 commit bfc794e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/mergify.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ pull_request_rules:
7777
conditions:
7878
- author=dependabot[bot]
7979
- -label=security
80+
- check-success=pre-commit
81+
- check-success=code_coverage
82+
- check-success=selftest
83+
- "#changes-requested-reviews-by=0"
84+
- "#review-requested=0"
8085
actions:
8186
review:
8287
type: APPROVE

.github/workflows/dependabot_pip_compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
update-lockfiles:
15-
if: github.actor == 'dependabot[bot]' && github.head_ref == 'ana/aap-52843-mergify'
15+
if: github.actor == 'dependabot[bot]'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)