[
  {
    "name": "issue-372",
    "definition-file": "https://raw.githubusercontent.com/kiegroup/droolsjbpm-build-bootstrap/${BRANCH:main}/.ci/compilation-config.yaml",
    "flow-type": "cross_pr",
    "starting-project": "kiegroup/appformer",
    "skip-execution": "true",
    "event": "https://github.com/kiegroup/appformer/pull/1394",
    "description": "To test that definition file url placeholders fallback to using default value. Checking whether build succeeded is enough"
  },
  {
    "name": "issue-401",
    "definition-file": "https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)\\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml",
    "starting-project": "kiegroup/optaplanner",
    "flow-type": "cross_pr",
    "skip-execution": "true",
    "event": "https://github.com/apache/incubator-kie-optaplanner/pull/2634",
    "description": "To test that definition file url placeholders as well as expressions work when defined together. Checking whether build succeeded is enough"
  },
  {
    "name": "issue-376",
    "definition-file": "https://raw.githubusercontent.com/kiegroup/optaplanner/65755865acb320558410a7ad77edf69ba2ecdc7a/.ci/pull-request-config-rhbop.yaml",
    "flow-type": "branch",
    "additional-flags": "--branch main",
    "starting-project": "kiegroup/optaplanner",
    "skip-execution": "true",
    "event": {
      "base": {
        "ref": "main",
        "repo": {
          "full_name": "kiegroup/optaplanner"
        }
      }
    },
    "matchOutput": [
      "[BEFORE] No commands were found for kiegroup/optaplanner\n[INFO] [COMMANDS] Skipped kiegroup/optaplanner\n[INFO] [AFTER] Skipped kiegroup/optaplanner"
    ],
    "description": "Ensure that before, current and after are executed per project. Need to check the order of logging of before, current and after for the same project"
  }
]