Skip to content

Commit

Permalink
Fix mergify rules, reflect current workflow names (tests, docs)
Browse files Browse the repository at this point in the history
Additionally, add the CLA verification to the required checks
  • Loading branch information
seut committed Sep 19, 2024
1 parent f0e8389 commit 2926ab8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
test:

name: "Java: ${{ matrix.java-version }}
name: "Test Java: ${{ matrix.java-version }}
CrateDB: ${{ matrix.cratedb-version }}
on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down
12 changes: 6 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
queue_rules:
- name: default
conditions:
- check-success~=^Tests
- check-success~=^Build docs
- check-success~=docs/readthedocs.org
- check-success~=^Test Java
- check-success=docs/readthedocs.org:crate-jdbc
- check-success=verification/cla-signed

pull_request_rules:
- name: automatic merge
conditions:
- label=ready-to-merge
- '#approved-reviews-by>=1'
- status-success~=^Tests
- status-success~=^Build docs
- status-success~=docs/readthedocs.org
- status-success~=^Test Java
- status-success=docs/readthedocs.org:crate-jdbc
- status-success=verification/cla-signed
actions:
queue:
method: rebase
Expand Down

0 comments on commit 2926ab8

Please sign in to comment.