We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21fcf8 commit bfc794eCopy full SHA for bfc794e
.github/mergify.yml
@@ -77,6 +77,11 @@ pull_request_rules:
77
conditions:
78
- author=dependabot[bot]
79
- -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"
85
actions:
86
review:
87
type: APPROVE
.github/workflows/dependabot_pip_compile.yml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
update-lockfiles:
15
- if: github.actor == 'dependabot[bot]' && github.head_ref == 'ana/aap-52843-mergify'
+ if: github.actor == 'dependabot[bot]'
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v3
0 commit comments