Fix get historic process instance api orquery for mutiple statues and withIncidents combined with orQuery #2248
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |