Skip to content

Fix get historic process instance api orquery for mutiple statues and withIncidents combined with orQuery #2248

Fix get historic process instance api orquery for mutiple statues and withIncidents combined with orQuery

Fix get historic process instance api orquery for mutiple statues and withIncidents combined with orQuery #2248

name: Java Dependency Tree Diff
on:
pull_request:
types: [ labeled ]
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'bot:java-dependency-tree' }}
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: camunda/java-dependency-tree-diff@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}