Skip to content

Instantly share code, notes, and snippets.

@mbiarnes
Created July 31, 2023 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbiarnes/6b40c0ae781c4012e21c5d7c6fa5acf1 to your computer and use it in GitHub Desktop.
Save mbiarnes/6b40c0ae781c4012e21c5d7c6fa5acf1 to your computer and use it in GitHub Desktop.
CURL response
{
"url": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls/3123",
"id": 1436884613,
"node_id": "PR_kwDOCmO1Vc5VpR6F",
"html_url": "https://github.com/kiegroup/kogito-runtimes/pull/3123",
"diff_url": "https://github.com/kiegroup/kogito-runtimes/pull/3123.diff",
"patch_url": "https://github.com/kiegroup/kogito-runtimes/pull/3123.patch",
"issue_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/issues/3123",
"number": 3123,
"state": "open",
"locked": false,
"title": "new test PR - please do not merge this",
"user": {
"login": "mbiarnes",
"id": 3669059,
"node_id": "MDQ6VXNlcjM2NjkwNTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/3669059?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mbiarnes",
"html_url": "https://github.com/mbiarnes",
"followers_url": "https://api.github.com/users/mbiarnes/followers",
"following_url": "https://api.github.com/users/mbiarnes/following{/other_user}",
"gists_url": "https://api.github.com/users/mbiarnes/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mbiarnes/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mbiarnes/subscriptions",
"organizations_url": "https://api.github.com/users/mbiarnes/orgs",
"repos_url": "https://api.github.com/users/mbiarnes/repos",
"events_url": "https://api.github.com/users/mbiarnes/events{/privacy}",
"received_events_url": "https://api.github.com/users/mbiarnes/received_events",
"type": "User",
"site_admin": false
},
"body": "Many thanks for submitting your Pull Request :heart:! \r\n\r\nPlease make sure that your PR meets the following requirements:\r\n\r\n- [ ] You have read the [contributors guide](CONTRIBUTING.md)\r\n- [ ] Your code is properly formatted according to [this configuration](https://github.com/kiegroup/kogito-runtimes/tree/main/kogito-build/kogito-ide-config)\r\n- [ ] Pull Request title is properly formatted: `KOGITO-XYZ Subject`\r\n- [ ] Pull Request title contains the target branch if not targeting main: `[0.9.x] KOGITO-XYZ Subject`\r\n- [ ] Pull Request contains link to the JIRA issue\r\n- [ ] Pull Request contains link to any dependent or related Pull Request\r\n- [ ] Pull Request contains description of the issue\r\n- [ ] Pull Request does not include fixes for issues other than the main ticket\r\n\r\n<details>\r\n<summary>\r\nHow to replicate CI configuration locally?\r\n</summary>\r\n\r\nBuild Chain tool does \"simple\" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use [build-chain tool](https://github.com/kiegroup/github-action-build-chain) to handle cross repository builds and be sure that we always use latest version of the code for each repository.\r\n \r\n[build-chain tool](https://github.com/kiegroup/github-action-build-chain) is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See [local execution](https://github.com/kiegroup/github-action-build-chain#local-execution) details to get more information about it.\r\n</details>\r\n\r\n<details>\r\n<summary>\r\nHow to retest this PR or trigger a specific build:\r\n</summary>\r\n\r\n- for <b>pull request checks</b> \r\n Please add comment: <b>Jenkins retest this</b>\r\n\r\n- for a <b>specific pull request check</b> \r\n Please add comment: <b>Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] tests</b>\r\n\r\n- for <b>quarkus branch checks</b> \r\n Run checks against Quarkus current used branch \r\n Please add comment: <b>Jenkins run quarkus-branch</b>\r\n\r\n- for a <b>quarkus branch specific check</b> \r\n Run checks against Quarkus current used branch \r\n Please add comment: <b>Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch</b>\r\n\r\n- for <b>quarkus main checks</b> \r\n Run checks against Quarkus main branch \r\n Please add comment: <b>Jenkins run quarkus-main</b>\r\n\r\n- for a <b>specific quarkus main check</b> \r\n Run checks against Quarkus main branch \r\n Please add comment: <b>Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-main</b>\r\n\r\n- for <b>quarkus lts checks</b> \r\n Run checks against Quarkus lts branch \r\n Please add comment: <b>Jenkins run quarkus-lts</b>\r\n\r\n- for a <b>specific quarkus lts check</b> \r\n Run checks against Quarkus lts branch \r\n Please add comment: <b>Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-lts</b>\r\n\r\n- for <b>native checks</b> \r\n Run native checks \r\n Please add comment: <b>Jenkins run native</b>\r\n\r\n- for a <b>specific native check</b> \r\n Run native checks \r\n Please add comment: <b>Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] native</b>\r\n\r\n- for <b>native lts checks</b> \r\n Run native checks against quarkus lts branch\r\n Please add comment: <b>Jenkins run native-lts</b>\r\n\r\n- for a <b>specific native lts check</b> \r\n Run native checks against quarkus lts branch\r\n Please add comment: <b>Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] native-lts</b>\r\n \r\n- <b>Full Kogito testing</b> (with cloud images and operator BDD testing) \r\n Please add comment: <b>Jenkins run BDD</b> \r\n <b>This check should be used only if a big change is done as it takes time to run, need resources and one full BDD tests check can be done at a time ...</b>\r\n</details>\r\n\r\n<details>\r\n<summary>\r\nHow to backport a pull request to a different branch?\r\n</summary>\r\n\r\nIn order to automatically create a **backporting pull request** please add one or more labels having the following format `backport-<branch-name>`, where `<branch-name>` is the name of the branch where the pull request must be backported to (e.g., `backport-7.67.x` to backport the original PR to the `7.67.x` branch).\r\n\r\n> **NOTE**: **backporting** is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.\r\n\r\nOnce the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.\r\n\r\nIf something goes wrong, the author will be notified and at this point a manual backporting is needed.\r\n\r\n> **NOTE**: this automated backporting is triggered whenever a pull request on `main` branch is labeled or closed, but both conditions must be satisfied to get the new PR created.\r\n</details>\r\n\r\n<details>\r\n<summary>\r\nQuarkus-3 PR check is failing ... what to do ?\r\n</summary>\r\nThe Quarkus 3 check is applying patches from the `.ci/environments/quarkus-3/patches`.\r\n\r\nThe first patch, called `0001_before_sh.patch`, is generated from Openrewrite `.ci/environments/quarkus-3/quarkus3.yml` recipe. The patch is created to speed up the check. But it may be that some changes in the PR broke this patch. \r\nNo panic, there is an easy way to regenerate it. You just need to comment on the PR:\r\n```\r\njenkins rewrite quarkus-3\r\n```\r\nand it should, after some minutes (~20/30min) apply a commit on the PR with the patch regenerated.\r\n\r\nOther patches were generated manually. If any of it fails, you will need to manually update it... and push your changes.\r\n</details>\r\n",
"created_at": "2023-07-17T08:45:18Z",
"updated_at": "2023-07-21T07:08:03Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": "82e473a59ef7274712cefd198a2c84e0fd61120b",
"assignee": null,
"assignees": [
],
"requested_reviewers": [
],
"requested_teams": [
],
"labels": [
{
"id": 2063029342,
"node_id": "MDU6TGFiZWwyMDYzMDI5MzQy",
"url": "https://api.github.com/repos/kiegroup/kogito-runtimes/labels/Do%20not%20merge",
"name": "Do not merge",
"color": "d93f0b",
"default": false,
"description": ""
}
],
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls/3123/commits",
"review_comments_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls/3123/comments",
"review_comment_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/issues/3123/comments",
"statuses_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/statuses/ae1acc7a5d42d637b3774433241969962829aac6",
"head": {
"label": "mbiarnes:testPR",
"ref": "testPR",
"sha": "ae1acc7a5d42d637b3774433241969962829aac6",
"user": {
"login": "mbiarnes",
"id": 3669059,
"node_id": "MDQ6VXNlcjM2NjkwNTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/3669059?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mbiarnes",
"html_url": "https://github.com/mbiarnes",
"followers_url": "https://api.github.com/users/mbiarnes/followers",
"following_url": "https://api.github.com/users/mbiarnes/following{/other_user}",
"gists_url": "https://api.github.com/users/mbiarnes/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mbiarnes/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mbiarnes/subscriptions",
"organizations_url": "https://api.github.com/users/mbiarnes/orgs",
"repos_url": "https://api.github.com/users/mbiarnes/repos",
"events_url": "https://api.github.com/users/mbiarnes/events{/privacy}",
"received_events_url": "https://api.github.com/users/mbiarnes/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 635711465,
"node_id": "R_kgDOJeQv6Q",
"name": "kogito-runtimes",
"full_name": "mbiarnes/kogito-runtimes",
"private": false,
"owner": {
"login": "mbiarnes",
"id": 3669059,
"node_id": "MDQ6VXNlcjM2NjkwNTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/3669059?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mbiarnes",
"html_url": "https://github.com/mbiarnes",
"followers_url": "https://api.github.com/users/mbiarnes/followers",
"following_url": "https://api.github.com/users/mbiarnes/following{/other_user}",
"gists_url": "https://api.github.com/users/mbiarnes/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mbiarnes/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mbiarnes/subscriptions",
"organizations_url": "https://api.github.com/users/mbiarnes/orgs",
"repos_url": "https://api.github.com/users/mbiarnes/repos",
"events_url": "https://api.github.com/users/mbiarnes/events{/privacy}",
"received_events_url": "https://api.github.com/users/mbiarnes/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/mbiarnes/kogito-runtimes",
"description": "Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.",
"fork": true,
"url": "https://api.github.com/repos/mbiarnes/kogito-runtimes",
"forks_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/forks",
"keys_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/teams",
"hooks_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/hooks",
"issue_events_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/issues/events{/number}",
"events_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/events",
"assignees_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/assignees{/user}",
"branches_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/branches{/branch}",
"tags_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/tags",
"blobs_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/statuses/{sha}",
"languages_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/languages",
"stargazers_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/stargazers",
"contributors_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/contributors",
"subscribers_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/subscribers",
"subscription_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/subscription",
"commits_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/contents/{+path}",
"compare_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/merges",
"archive_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/downloads",
"issues_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/issues{/number}",
"pulls_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/pulls{/number}",
"milestones_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/milestones{/number}",
"notifications_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/labels{/name}",
"releases_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/releases{/id}",
"deployments_url": "https://api.github.com/repos/mbiarnes/kogito-runtimes/deployments",
"created_at": "2023-05-03T09:42:35Z",
"updated_at": "2023-05-03T09:51:56Z",
"pushed_at": "2023-07-17T08:44:03Z",
"git_url": "git://github.com/mbiarnes/kogito-runtimes.git",
"ssh_url": "git@github.com:mbiarnes/kogito-runtimes.git",
"clone_url": "https://github.com/mbiarnes/kogito-runtimes.git",
"svn_url": "https://github.com/mbiarnes/kogito-runtimes",
"homepage": "http://kogito.kie.org",
"size": 272287,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Java",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main"
}
},
"base": {
"label": "kiegroup:main",
"ref": "main",
"sha": "e79443e564a115d7610ee0c3f636c23b79644f59",
"user": {
"login": "kiegroup",
"id": 517980,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjUxNzk4MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/517980?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kiegroup",
"html_url": "https://github.com/kiegroup",
"followers_url": "https://api.github.com/users/kiegroup/followers",
"following_url": "https://api.github.com/users/kiegroup/following{/other_user}",
"gists_url": "https://api.github.com/users/kiegroup/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kiegroup/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kiegroup/subscriptions",
"organizations_url": "https://api.github.com/users/kiegroup/orgs",
"repos_url": "https://api.github.com/users/kiegroup/repos",
"events_url": "https://api.github.com/users/kiegroup/events{/privacy}",
"received_events_url": "https://api.github.com/users/kiegroup/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 174306645,
"node_id": "MDEwOlJlcG9zaXRvcnkxNzQzMDY2NDU=",
"name": "kogito-runtimes",
"full_name": "kiegroup/kogito-runtimes",
"private": false,
"owner": {
"login": "kiegroup",
"id": 517980,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjUxNzk4MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/517980?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kiegroup",
"html_url": "https://github.com/kiegroup",
"followers_url": "https://api.github.com/users/kiegroup/followers",
"following_url": "https://api.github.com/users/kiegroup/following{/other_user}",
"gists_url": "https://api.github.com/users/kiegroup/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kiegroup/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kiegroup/subscriptions",
"organizations_url": "https://api.github.com/users/kiegroup/orgs",
"repos_url": "https://api.github.com/users/kiegroup/repos",
"events_url": "https://api.github.com/users/kiegroup/events{/privacy}",
"received_events_url": "https://api.github.com/users/kiegroup/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/kiegroup/kogito-runtimes",
"description": "Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.",
"fork": false,
"url": "https://api.github.com/repos/kiegroup/kogito-runtimes",
"forks_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/forks",
"keys_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/teams",
"hooks_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/hooks",
"issue_events_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/issues/events{/number}",
"events_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/events",
"assignees_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/assignees{/user}",
"branches_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/branches{/branch}",
"tags_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/tags",
"blobs_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/statuses/{sha}",
"languages_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/languages",
"stargazers_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/stargazers",
"contributors_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/contributors",
"subscribers_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/subscribers",
"subscription_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/subscription",
"commits_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/contents/{+path}",
"compare_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/merges",
"archive_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/downloads",
"issues_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/issues{/number}",
"pulls_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls{/number}",
"milestones_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/milestones{/number}",
"notifications_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/labels{/name}",
"releases_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/releases{/id}",
"deployments_url": "https://api.github.com/repos/kiegroup/kogito-runtimes/deployments",
"created_at": "2019-03-07T08:49:09Z",
"updated_at": "2023-07-21T05:01:29Z",
"pushed_at": "2023-07-21T03:19:50Z",
"git_url": "git://github.com/kiegroup/kogito-runtimes.git",
"ssh_url": "git@github.com:kiegroup/kogito-runtimes.git",
"clone_url": "https://github.com/kiegroup/kogito-runtimes.git",
"svn_url": "https://github.com/kiegroup/kogito-runtimes",
"homepage": "http://kogito.kie.org",
"size": 286416,
"stargazers_count": 449,
"watchers_count": 449,
"language": "Java",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 168,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 92,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
"bpm",
"bpmn",
"cloud-native",
"cmmn",
"dmn",
"drools",
"hacktoberfest",
"java",
"knative",
"kogito",
"pmml",
"quarkus",
"rule-engine",
"serverless-workflow",
"spring-boot",
"workflow",
"workflow-engine"
],
"visibility": "public",
"forks": 168,
"open_issues": 92,
"watchers": 449,
"default_branch": "main"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls/3123"
},
"html": {
"href": "https://github.com/kiegroup/kogito-runtimes/pull/3123"
},
"issue": {
"href": "https://api.github.com/repos/kiegroup/kogito-runtimes/issues/3123"
},
"comments": {
"href": "https://api.github.com/repos/kiegroup/kogito-runtimes/issues/3123/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls/3123/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/kiegroup/kogito-runtimes/pulls/3123/commits"
},
"statuses": {
"href": "https://api.github.com/repos/kiegroup/kogito-runtimes/statuses/ae1acc7a5d42d637b3774433241969962829aac6"
}
},
"author_association": "CONTRIBUTOR",
"auto_merge": null,
"active_lock_reason": null,
"merged": false,
"mergeable": true,
"rebaseable": true,
"mergeable_state": "clean",
"merged_by": null,
"comments": 159,
"review_comments": 0,
"maintainer_can_modify": true,
"commits": 1,
"additions": 1,
"deletions": 0,
"changed_files": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment