File size: 108,939 Bytes
6ab90c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{"time": "2024-10-21T15:38:43+00:00", "type": "pr", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "id": 2136426819, "node_id": "PR_kwDOKNhT9c5_V0lD", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146", "diff_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146.diff", "patch_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146.patch", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146", "number": 146, "state": "closed", "locked": false, "title": "chore(deps): update python-semantic-release requirement from ==9.8.* to ==9.12.*", "user": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "Updates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/python-semantic-release/python-semantic-release/releases\">python-semantic-release's releases</a>.</em></p>\n<blockquote>\n<h2>v9.12.0 (2024-10-18)</h2>\n<h3>Features</h3>\n<ul>\n<li><strong>changelog:</strong> add <code>autofit_text_width</code> filter to template environment (<a href=\"https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1062\">#1062</a>, <a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/83e4b86abd4754c2f95ec2e674f04deb74b9a1e6\"><code>83e4b86</code></a>)</li>\n</ul>\n<h3>Bug Fixes</h3>\n<ul>\n<li>\n<p><strong>changelog:</strong> ignore commit exclusion when a commit causes a version bump (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/e8f886ef2abe8ceaea0a24a0112b92a167abd6a9\"><code>e8f886e</code></a>)</p>\n</li>\n<li>\n<p><strong>parser-angular:</strong> change <code>Fixes</code> commit type heading to <code>Bug Fixes</code> (<a href=\"https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1064\">#1064</a>, <a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/09e3a4da6237740de8e9932d742b18d990e9d079\"><code>09e3a4d</code></a>)</p>\n</li>\n<li>\n<p><strong>parser-emoji:</strong> enable the default bump level option (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/bc27995255a96b9d6cc743186e7c35098822a7f6\"><code>bc27995</code></a>)</p>\n</li>\n</ul>\n<h3>Documentation</h3>\n<ul>\n<li>\n<p><strong>changelog-templates:</strong> add definition &amp; usage of <code>autofit_text_width</code> template filter (<a href=\"https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1062\">#1062</a>, <a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/83e4b86abd4754c2f95ec2e674f04deb74b9a1e6\"><code>83e4b86</code></a>)</p>\n</li>\n<li>\n<p><strong>commit-parsers:</strong> add deprecation message for the tag parser (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/af94540f2b1c63bf8a4dc977d5d0f66176962b64\"><code>af94540</code></a>)</p>\n</li>\n<li>\n<p><strong>configuration:</strong> add deprecation message for the tag parser (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/a83b7e43e4eaa99790969a6c85f44e01cde80d0a\"><code>a83b7e4</code></a>)</p>\n</li>\n</ul>\n<hr />\n<p><strong>Detailed Changes</strong>: <a href=\"https://github.com/python-semantic-release/python-semantic-release/compare/v9.11.1...v9.12.0\">v9.11.1...v9.12.0</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md\">python-semantic-release's changelog</a>.</em></p>\n<blockquote>\n<h2>v9.12.0 (2024-10-18)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>\n<p>fix(parser-emoji): enable the default bump level option (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/bc27995255a96b9d6cc743186e7c35098822a7f6\"><code>bc27995</code></a>)</p>\n</li>\n<li>\n<p>fix(changelog): ignore commit exclusion when a commit causes a version bump (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/e8f886ef2abe8ceaea0a24a0112b92a167abd6a9\"><code>e8f886e</code></a>)</p>\n</li>\n<li>\n<p>fix(parser-angular): change <code>Fixes</code> commit type heading to <code>Bug Fixes</code> (<a href=\"https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1064\">#1064</a>)</p>\n</li>\n<li>\n<p>test(fixtures): update expected changelog heading to <code>Bug Fixes</code></p>\n</li>\n<li>\n<p>test(unit): update expected changelog heading to <code>Bug Fixes</code> (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/09e3a4da6237740de8e9932d742b18d990e9d079\"><code>09e3a4d</code></a>)</p>\n</li>\n</ul>\n<h3>Documentation</h3>\n<ul>\n<li>\n<p>docs(configuration): add deprecation message for the tag parser (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/a83b7e43e4eaa99790969a6c85f44e01cde80d0a\"><code>a83b7e4</code></a>)</p>\n</li>\n<li>\n<p>docs(commit-parsers): add deprecation message for the tag parser (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/af94540f2b1c63bf8a4dc977d5d0f66176962b64\"><code>af94540</code></a>)</p>\n</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li>feat(changelog): add <code>autofit_text_width</code> filter to template environment  (<a href=\"https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1062\">#1062</a>)</li>\n</ul>\n<p>This change adds an equivalent style formatter that can apply a text alignment\nto a maximum width and also maintain an indent over paragraphs of text</p>\n<ul>\n<li>\n<p>docs(changelog-templates): add definition &amp; usage of <code>autofit_text_width</code> template filter</p>\n</li>\n<li>\n<p>test(changelog-context): add test cases to check <code>autofit_text_width</code> filter use (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/83e4b86abd4754c2f95ec2e674f04deb74b9a1e6\"><code>83e4b86</code></a>)</p>\n</li>\n</ul>\n<h2>v9.11.1 (2024-10-15)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>fix(changelog): prevent custom template errors when components are in hidden folders (<a href=\"https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1060\">#1060</a>) (<a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/a7614b0db8ce791e4252209e66f42b5b5275dffd\"><code>a7614b0</code></a>)</li>\n</ul>\n<h2>v9.11.0 (2024-10-12)</h2>\n<h3>Features</h3>\n<ul>\n<li>\n<p>feat(changelog): add default changelog template in reStructuredText format (<a href=\"https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1055\">#1055</a>)</p>\n</li>\n<li>\n<p>test(fixtures): update repo generation to create rst &amp; md changelogs</p>\n</li>\n<li>\n<p>test(release-history): refactor fragile test to utilize repo fixture definitions</p>\n</li>\n<li>\n<p>test(changelog-cmd): update tests to evaluate rst changelog generation &amp; updates</p>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/c1bcfdbb994243ac7cf419365d5894d6bfb2950e\"><code>c1bcfdb</code></a> 9.12.0</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/83e4b86abd4754c2f95ec2e674f04deb74b9a1e6\"><code>83e4b86</code></a> feat(changelog): add <code>autofit_text_width</code> filter to template environment  (<a href=\"https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1\">#1</a>...</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/d2c153a79a8406cb77bc54a212bc132cfd46c937\"><code>d2c153a</code></a> test: remove tag parser related test code</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/f0aa5f9273480b9f4321a5a92816f458b6f57f48\"><code>f0aa5f9</code></a> test(fixtures): remove tag parser related fixtures</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/a83b7e43e4eaa99790969a6c85f44e01cde80d0a\"><code>a83b7e4</code></a> docs(configuration): add deprecation message for the tag parser</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/af94540f2b1c63bf8a4dc977d5d0f66176962b64\"><code>af94540</code></a> docs(commit-parsers): add deprecation message for the tag parser</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/e9dd7cee47a986a7f9000e4055eab677d3178f6f\"><code>e9dd7ce</code></a> chore(config): deprecate legacy tag parser w/ configuration warning</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/df7420248e82341092f71b489599e0bddc8ea7ae\"><code>df74202</code></a> refactor(cli): declutter logger output from redutant data</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/bf66e45ffd86bef5a89e98f936022164369c1ec9\"><code>bf66e45</code></a> refactor(parser-tag): improve readability of log messages</li>\n<li><a href=\"https://github.com/python-semantic-release/python-semantic-release/commit/fd381d4896d03595295e3ce5f5df8504abc82057\"><code>fd381d4</code></a> refactor(parser-scipy): improve readability of log messages</li>\n<li>Additional commits viewable in <a href=\"https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.12\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", "created_at": "2024-10-21T15:38:43Z", "updated_at": "2024-10-28T19:25:49Z", "closed_at": "2024-10-28T19:25:47Z", "merged_at": null, "merge_commit_sha": "6de9fa3f5b85f78af1f8cafd7e854f11d3628807", "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [{"id": 5927009393, "node_id": "LA_kwDOKNhT9c8AAAABYUb8cQ", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Pull requests that update a dependency file"}, {"id": 5927030280, "node_id": "LA_kwDOKNhT9c8AAAABYUdOCA", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels/python", "name": "python", "color": "2b67c6", "default": false, "description": "Pull requests that update Python code"}], "milestone": null, "draft": false, "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146/commits", "review_comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146/comments", "review_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146/comments", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "head": {"label": "OpenJobDescription:dependabot/pip/python-semantic-release-eq-9.12.star", "ref": "dependabot/pip/python-semantic-release-eq-9.12.star", "sha": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "user": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "repo": {"id": 685265909, "node_id": "R_kgDOKNhT9Q", "name": "openjd-model-for-python", "full_name": "OpenJobDescription/openjd-model-for-python", "private": false, "owner": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": false, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python", "forks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/deployments", "created_at": "2023-08-30T21:28:48Z", "updated_at": "2026-05-19T19:09:34Z", "pushed_at": "2026-05-19T19:09:34Z", "git_url": "git://github.com/OpenJobDescription/openjd-model-for-python.git", "ssh_url": "git@github.com:OpenJobDescription/openjd-model-for-python.git", "clone_url": "https://github.com/OpenJobDescription/openjd-model-for-python.git", "svn_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 488, "stargazers_count": 12, "watchers_count": 12, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 20, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 9, "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, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 20, "open_issues": 9, "watchers": 12, "default_branch": "mainline"}}, "base": {"label": "OpenJobDescription:mainline", "ref": "mainline", "sha": "c359496b6485da9cf2793eb9105fe5012e0292cb", "user": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "repo": {"id": 685265909, "node_id": "R_kgDOKNhT9Q", "name": "openjd-model-for-python", "full_name": "OpenJobDescription/openjd-model-for-python", "private": false, "owner": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": false, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python", "forks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/deployments", "created_at": "2023-08-30T21:28:48Z", "updated_at": "2026-05-19T19:09:34Z", "pushed_at": "2026-05-19T19:09:34Z", "git_url": "git://github.com/OpenJobDescription/openjd-model-for-python.git", "ssh_url": "git@github.com:OpenJobDescription/openjd-model-for-python.git", "clone_url": "https://github.com/OpenJobDescription/openjd-model-for-python.git", "svn_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 488, "stargazers_count": 12, "watchers_count": 12, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 20, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 9, "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, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 20, "open_issues": 9, "watchers": 12, "default_branch": "mainline"}}, "_links": {"self": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}, "html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146"}, "issue": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146"}, "comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146/comments"}, "review_comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146/comments"}, "review_comment": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}"}, "commits": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146/commits"}, "statuses": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/33a476daf7d94b21a7cf6ca392e087f5b69e5e53"}}, "author_association": "CONTRIBUTOR", "auto_merge": null, "assignee": null, "active_lock_reason": null, "merged": false, "mergeable": true, "rebaseable": false, "mergeable_state": "blocked", "merged_by": null, "comments": 3, "review_comments": 0, "maintainer_can_modify": false, "commits": 1, "additions": 1, "deletions": 1, "changed_files": 1}}
{"time": "2024-10-21T15:38:44+00:00", "type": "timeline:review_requested", "payload": {"id": 14767193420, "node_id": "RRE_lADOKNhT9c6bJc_UzwAAAANwMX1M", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14767193420", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "review_requested", "commit_id": null, "commit_url": null, "created_at": "2024-10-21T15:38:44Z", "review_requester": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "requested_team": {"name": "Developers", "id": 8513209, "node_id": "T_kwDOCH2m8s4Agea5", "slug": "developers", "description": "", "privacy": "closed", "notification_setting": "notifications_enabled", "url": "https://api.github.com/organizations/142452466/team/8513209", "html_url": "https://github.com/orgs/OpenJobDescription/teams/developers", "members_url": "https://api.github.com/organizations/142452466/team/8513209/members{/member}", "repositories_url": "https://api.github.com/organizations/142452466/team/8513209/repos", "type": "organization", "organization_id": 142452466, "permission": "push", "permissions": {"admin": false, "maintain": false, "push": true, "triage": true, "pull": true}, "parent": null}, "performed_via_github_app": null}}
{"time": "2024-10-21T15:38:44+00:00", "type": "timeline:labeled", "payload": {"id": 14767193505, "node_id": "LE_lADOKNhT9c6bJc_UzwAAAANwMX2h", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14767193505", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "labeled", "commit_id": null, "commit_url": null, "created_at": "2024-10-21T15:38:44Z", "label": {"name": "dependencies", "color": "0366d6"}, "performed_via_github_app": null}}
{"time": "2024-10-21T15:38:44+00:00", "type": "timeline:labeled", "payload": {"id": 14767193518, "node_id": "LE_lADOKNhT9c6bJc_UzwAAAANwMX2u", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14767193518", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "labeled", "commit_id": null, "commit_url": null, "created_at": "2024-10-21T15:38:44Z", "label": {"name": "python", "color": "2b67c6"}, "performed_via_github_app": null}}
{"time": "2024-10-21T15:38:56+00:00", "type": "review", "payload": {"id": 2382507240, "node_id": "PRR_kwDOKNhT9c6OAizo", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2382507240", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2382507240"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-21T15:38:56Z", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53"}}
{"time": "2024-10-21T15:38:56+00:00", "type": "timeline:reviewed", "payload": {"id": 2382507240, "node_id": "PRR_kwDOKNhT9c6OAizo", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2382507240", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2382507240"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-21T15:38:56Z", "updated_at": "2024-10-28T19:15:30Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-10-28T17:41:19+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 14966901619, "node_id": "HRFPE_lADOKNhT9c6bJc_UzwAAAAN8GMtz", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14966901619", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "73fc5bf40bd35c3ad2e908cf2c0982d892d670bd", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/73fc5bf40bd35c3ad2e908cf2c0982d892d670bd", "created_at": "2024-10-28T17:41:19Z", "performed_via_github_app": null}}
{"time": "2024-10-28T17:41:33+00:00", "type": "review", "payload": {"id": 2399780228, "node_id": "PRR_kwDOKNhT9c6PCb2E", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399780228", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399780228"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-28T17:41:33Z", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53"}}
{"time": "2024-10-28T17:41:33+00:00", "type": "timeline:reviewed", "payload": {"id": 2399780228, "node_id": "PRR_kwDOKNhT9c6PCb2E", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399780228", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399780228"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-28T17:41:33Z", "updated_at": "2024-10-28T19:15:30Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-10-28T17:58:14+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 14967140961, "node_id": "HRFPE_lADOKNhT9c6bJc_UzwAAAAN8HHJh", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14967140961", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "67d716a5069a004e7cacc5ad1dc637e02c073c15", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/67d716a5069a004e7cacc5ad1dc637e02c073c15", "created_at": "2024-10-28T17:58:14Z", "performed_via_github_app": null}}
{"time": "2024-10-28T17:58:29+00:00", "type": "review", "payload": {"id": 2399815348, "node_id": "PRR_kwDOKNhT9c6PCka0", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399815348", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399815348"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-28T17:58:29Z", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53"}}
{"time": "2024-10-28T17:58:29+00:00", "type": "timeline:reviewed", "payload": {"id": 2399815348, "node_id": "PRR_kwDOKNhT9c6PCka0", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399815348", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399815348"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-28T17:58:29Z", "updated_at": "2024-10-28T19:15:30Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-10-28T18:02:43+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 14967200623, "node_id": "HRFPE_lADOKNhT9c6bJc_UzwAAAAN8HVtv", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14967200623", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "fc13c4f42a5bbb3ccc4160cdc8e7a15c7f486998", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/fc13c4f42a5bbb3ccc4160cdc8e7a15c7f486998", "created_at": "2024-10-28T18:02:43Z", "performed_via_github_app": null}}
{"time": "2024-10-28T18:02:55+00:00", "type": "review", "payload": {"id": 2399824398, "node_id": "PRR_kwDOKNhT9c6PCmoO", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399824398", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399824398"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-28T18:02:55Z", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53"}}
{"time": "2024-10-28T18:02:55+00:00", "type": "timeline:reviewed", "payload": {"id": 2399824398, "node_id": "PRR_kwDOKNhT9c6PCmoO", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399824398", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399824398"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-28T18:02:55Z", "updated_at": "2024-10-28T19:15:31Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-10-28T18:12:17+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442294076", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#issuecomment-2442294076", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146", "id": 2442294076, "node_id": "IC_kwDOKNhT9c6RknM8", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T18:12:17Z", "updated_at": "2024-10-28T18:12:17Z", "author_association": "CONTRIBUTOR", "body": "Not merging. This breaks changelog generation.", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442294076/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "pin": null}}
{"time": "2024-10-28T18:12:17+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442294076", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#issuecomment-2442294076", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146", "id": 2442294076, "node_id": "IC_kwDOKNhT9c6RknM8", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T18:12:17Z", "updated_at": "2024-10-28T18:12:17Z", "body": "Not merging. This breaks changelog generation.", "author_association": "CONTRIBUTOR", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442294076/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "event": "commented", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-10-28T19:15:29+00:00", "type": "commit", "payload": {"sha": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "node_id": "C_kwDOKNhT9doAKDMzYTQ3NmRhZjdkOTRiMjFhN2NmNmNhMzkyZTA4N2Y1YjY5ZTVlNTM", "commit": {"author": {"name": "dependabot[bot]", "email": "49699333+dependabot[bot]@users.noreply.github.com", "date": "2024-10-28T19:15:29Z"}, "committer": {"name": "GitHub", "email": "noreply@github.com", "date": "2024-10-28T19:15:29Z"}, "message": "chore(deps): update python-semantic-release requirement\n\nUpdates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version.\n- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)\n- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.12)\n\n---\nupdated-dependencies:\n- dependency-name: python-semantic-release\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "tree": {"sha": "81b89741a13fefc3cb9669c00f99ce2855fdfb5b", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/81b89741a13fefc3cb9669c00f99ce2855fdfb5b"}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "comment_count": 0, "verification": {"verified": true, "reason": "valid", "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJnH+LRCRC1aQ7uu5UhlAAAusoQAGkYRdSyX3YaowUalamJtjAP\nzcFYdsvESpvNx9sz1v2afipXRyG6CFqksMwXq2ygX13UvrPhSGoZZpbUZ3Ez6hUp\nh0KRMd7CHaPJ90FCUDv+1p/vklz64Dnh0Oh2Jyk5MuWcIKrHSK2ZYzf3wVjXSo+V\nvB2eRI9GAonuwIis4wGAxfPZq+Zc1eYykFuZmLkbB0VqoIDnHgkuKUd3fJ3ff/5e\nA4w7wRM375k8qW+uZgSVhB0Wcp0WN2/PNZdjgT/Ow0k57A7Fj9LgqnM/LVJSN1w5\nJJYyR3W9VjJhuQFjpKqS+tkM7wPXihX2Y5UBTO/2JlGcgH0C7R/1S8N4uX0taI5z\n9iOfey3HDTPN9qlvodGcEKWqourNf8fWBo8va/MTX6FCsnVpLJdbgNgFnaXQNTIw\nFtx1vtcojZRakZwJeAf91z/LaGIJtGcXgWLdbgHP6kKq2NdzxQFSIUgaSKMfFku1\npLeTTais0cFlKzB2nURLTf2gETPYhyg5jjgHHtcF8HArWFSW21Lc+s05kf67o/sQ\ngevyQGVV4q9U7zr4I3xZZR+BYR5lHjttMKJjTVFFRcBfnCMKnMzgfj83bpiKTl2I\nrZO7+xRoYncHVZgrdAtX61bk+ODSA3RnkwxaghzVuRo/LnA/YZAeXT2WijdRKIwd\nuMQAVl9Pp4lPbNYPUXP8\n=x4SN\n-----END PGP SIGNATURE-----\n", "payload": "tree 81b89741a13fefc3cb9669c00f99ce2855fdfb5b\nparent c359496b6485da9cf2793eb9105fe5012e0292cb\nauthor dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 1730142929 +0000\ncommitter GitHub <noreply@github.com> 1730142929 +0000\n\nchore(deps): update python-semantic-release requirement\n\nUpdates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version.\n- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)\n- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.12)\n\n---\nupdated-dependencies:\n- dependency-name: python-semantic-release\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "verified_at": "2024-11-30T23:13:22Z"}}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/33a476daf7d94b21a7cf6ca392e087f5b69e5e53/comments", "author": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "committer": {"login": "web-flow", "id": 19864447, "node_id": "MDQ6VXNlcjE5ODY0NDQ3", "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4", "gravatar_id": "", "url": "https://api.github.com/users/web-flow", "html_url": "https://github.com/web-flow", "followers_url": "https://api.github.com/users/web-flow/followers", "following_url": "https://api.github.com/users/web-flow/following{/other_user}", "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}", "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions", "organizations_url": "https://api.github.com/users/web-flow/orgs", "repos_url": "https://api.github.com/users/web-flow/repos", "events_url": "https://api.github.com/users/web-flow/events{/privacy}", "received_events_url": "https://api.github.com/users/web-flow/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "parents": [{"sha": "c359496b6485da9cf2793eb9105fe5012e0292cb", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/c359496b6485da9cf2793eb9105fe5012e0292cb", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/c359496b6485da9cf2793eb9105fe5012e0292cb"}], "stats": {"total": 2, "additions": 1, "deletions": 1}, "files": [{"sha": "55f73d991db93629ecc715a135385b48641c45ec", "filename": "requirements-release.txt", "status": "modified", "additions": 1, "deletions": 1, "changes": 2, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/33a476daf7d94b21a7cf6ca392e087f5b69e5e53/requirements-release.txt", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/33a476daf7d94b21a7cf6ca392e087f5b69e5e53/requirements-release.txt", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/requirements-release.txt?ref=33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "patch": "@@ -1 +1 @@\n-python-semantic-release == 9.8.*\n\\ No newline at end of file\n+python-semantic-release == 9.12.*\n\\ No newline at end of file"}]}}
{"time": "2024-10-28T19:15:29+00:00", "type": "timeline:committed", "payload": {"sha": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "node_id": "C_kwDOKNhT9doAKDMzYTQ3NmRhZjdkOTRiMjFhN2NmNmNhMzkyZTA4N2Y1YjY5ZTVlNTM", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "author": {"name": "dependabot[bot]", "email": "49699333+dependabot[bot]@users.noreply.github.com", "date": "2024-10-28T19:15:29Z"}, "committer": {"name": "GitHub", "email": "noreply@github.com", "date": "2024-10-28T19:15:29Z"}, "tree": {"sha": "81b89741a13fefc3cb9669c00f99ce2855fdfb5b", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/81b89741a13fefc3cb9669c00f99ce2855fdfb5b"}, "message": "chore(deps): update python-semantic-release requirement\n\nUpdates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version.\n- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)\n- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.12)\n\n---\nupdated-dependencies:\n- dependency-name: python-semantic-release\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "parents": [{"sha": "c359496b6485da9cf2793eb9105fe5012e0292cb", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/c359496b6485da9cf2793eb9105fe5012e0292cb", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/c359496b6485da9cf2793eb9105fe5012e0292cb"}], "verification": {"verified": true, "reason": "valid", "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJnH+LRCRC1aQ7uu5UhlAAAusoQAGkYRdSyX3YaowUalamJtjAP\nzcFYdsvESpvNx9sz1v2afipXRyG6CFqksMwXq2ygX13UvrPhSGoZZpbUZ3Ez6hUp\nh0KRMd7CHaPJ90FCUDv+1p/vklz64Dnh0Oh2Jyk5MuWcIKrHSK2ZYzf3wVjXSo+V\nvB2eRI9GAonuwIis4wGAxfPZq+Zc1eYykFuZmLkbB0VqoIDnHgkuKUd3fJ3ff/5e\nA4w7wRM375k8qW+uZgSVhB0Wcp0WN2/PNZdjgT/Ow0k57A7Fj9LgqnM/LVJSN1w5\nJJYyR3W9VjJhuQFjpKqS+tkM7wPXihX2Y5UBTO/2JlGcgH0C7R/1S8N4uX0taI5z\n9iOfey3HDTPN9qlvodGcEKWqourNf8fWBo8va/MTX6FCsnVpLJdbgNgFnaXQNTIw\nFtx1vtcojZRakZwJeAf91z/LaGIJtGcXgWLdbgHP6kKq2NdzxQFSIUgaSKMfFku1\npLeTTais0cFlKzB2nURLTf2gETPYhyg5jjgHHtcF8HArWFSW21Lc+s05kf67o/sQ\ngevyQGVV4q9U7zr4I3xZZR+BYR5lHjttMKJjTVFFRcBfnCMKnMzgfj83bpiKTl2I\nrZO7+xRoYncHVZgrdAtX61bk+ODSA3RnkwxaghzVuRo/LnA/YZAeXT2WijdRKIwd\nuMQAVl9Pp4lPbNYPUXP8\n=x4SN\n-----END PGP SIGNATURE-----\n", "payload": "tree 81b89741a13fefc3cb9669c00f99ce2855fdfb5b\nparent c359496b6485da9cf2793eb9105fe5012e0292cb\nauthor dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 1730142929 +0000\ncommitter GitHub <noreply@github.com> 1730142929 +0000\n\nchore(deps): update python-semantic-release requirement\n\nUpdates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version.\n- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)\n- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.12)\n\n---\nupdated-dependencies:\n- dependency-name: python-semantic-release\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "verified_at": "2024-11-30T23:13:22Z"}, "event": "committed"}}
{"time": "2024-10-28T19:15:31+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 14968217862, "node_id": "HRFPE_lADOKNhT9c6bJc_UzwAAAAN8LOEG", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968217862", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "created_at": "2024-10-28T19:15:31Z", "performed_via_github_app": null}}
{"time": "2024-10-28T19:15:45+00:00", "type": "review", "payload": {"id": 2399994964, "node_id": "PRR_kwDOKNhT9c6PDQRU", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399994964", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399994964"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-28T19:15:45Z", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53"}}
{"time": "2024-10-28T19:15:45+00:00", "type": "timeline:reviewed", "payload": {"id": 2399994964, "node_id": "PRR_kwDOKNhT9c6PDQRU", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "33a476daf7d94b21a7cf6ca392e087f5b69e5e53", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399994964", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#pullrequestreview-2399994964"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/146"}}, "submitted_at": "2024-10-28T19:15:45Z", "updated_at": "2024-10-28T19:15:45Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-10-28T19:15:49+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442423355", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#issuecomment-2442423355", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146", "id": 2442423355, "node_id": "IC_kwDOKNhT9c6RlGw7", "user": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T19:15:49Z", "updated_at": "2024-10-28T19:15:49Z", "author_association": "NONE", "body": "## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=146) **Quality Gate passed**  \nIssues  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&issueStatuses=ACCEPTED)\n\nMeasures  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&metric=new_coverage&view=list)  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&metric=new_duplicated_lines_density&view=list)  \n  \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=146)\n\n", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442423355/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": {"id": 12526, "slug": "sonarqubecloud", "node_id": "MDM6QXBwMTI1MjY=", "owner": {"login": "SonarSource", "id": 545988, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NTk4OA==", "avatar_url": "https://avatars.githubusercontent.com/u/545988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SonarSource", "html_url": "https://github.com/SonarSource", "followers_url": "https://api.github.com/users/SonarSource/followers", "following_url": "https://api.github.com/users/SonarSource/following{/other_user}", "gists_url": "https://api.github.com/users/SonarSource/gists{/gist_id}", "starred_url": "https://api.github.com/users/SonarSource/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SonarSource/subscriptions", "organizations_url": "https://api.github.com/users/SonarSource/orgs", "repos_url": "https://api.github.com/users/SonarSource/repos", "events_url": "https://api.github.com/users/SonarSource/events{/privacy}", "received_events_url": "https://api.github.com/users/SonarSource/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "SonarQubeCloud", "description": "\r\nSonarQube Cloud (formerly SonarCloud) is a SaaS code analysis tool designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. Your code is checked against an extensive set of rules that cover many attributes of code, such as maintainability, reliability, and security issues, on each merge/pull request.\r\n\r\nFor those requiring US-based hosting, [SonarQube Cloud US](https://sonarqube.us/) offers the perfect alternative. If you need data residency outside the US or within the EU, [SonarQube Cloud](https://sonarcloud.io/) with this GitHub app is the ideal solution.\r\n\r\nSonarQube Cloud integrates seamlessly into your GitHub workflow and provides clear guidance for resolving any code quality and security issues detected. The majority of popular languages can be analyzed automatically; no configuration is required!\r\n\r\nWith [SonarQube Cloud](https://sonarcloud.io/github), you get:\r\n\r\n-   Fast, precise static analysis and feedback on your code\r\n    \r\n-   Support for popular languages, frameworks, and IaC tools\r\n    \r\n-   Free analysis for open-source projects and private projects up to max 50k LoC\r\n    \r\n-   Automatic analysis of pull requests and branches with results reported inline\r\n    \r\n-   IDE Support with [SonarQube for IDE](https://www.sonarsource.com/products/sonarlint/) integration\r\n    \r\n-   Quality Gate (added as a GitHub check) acting at two different levels - first, preventing you from merging pull requests that contain issues - and later, helping you to release only clean, safe code\r\n    \r\n-   Sign up for SonarQube free tier and begin scanning your private and public repositories\r\n    \r\n\r\nA [GitHub Action](https://github.com/marketplace/actions/sonarcloud-scan) is available in the marketplace to make it easy for you (for projects where automatic analysis isn't available). SonarQube Cloud also integrates smoothly with Jenkins, CircleCI, TravisCI, CirrusCI, and many other tools.\r\n\r\nA free tier is available that allows you to explore the benefits of SonarQube Cloud using your public and private repositories. We also provide a no-commitment, [14-day trial](https://www.sonarsource.com/products/sonarcloud/signup/) of SonarQube Cloud Team for unlimited team members, up to 1.9M LoC, AI CodeFix recommendations, and more. No need to speak with a sales rep or request a license key - get automatic code analysis results on your private projects in minutes! Want to see more examples of SonarCloud in action? You can [explore current Open Source projects in SonarCloud](https://sonarcloud.io/explore/projects?sort=-analysis_date) that are using the [Clean as You Code](https://www.sonarsource.com/solutions/our-unique-approach/) methodology.\r\n\r\nWhat are you waiting for? SonarQube Cloud helps you consistently deliver cleaner, secure software that future developers will appreciate and your users will love. Start writing Clean Code. [Now](https://www.sonarsource.com/products/sonarcloud/signup/)!", "external_url": "https://sonarcloud.io", "html_url": "https://github.com/apps/sonarqubecloud", "created_at": "2018-05-22T07:36:37Z", "updated_at": "2026-03-03T08:54:32Z", "permissions": {"checks": "write", "contents": "read", "emails": "read", "members": "read", "metadata": "read", "organization_copilot_seat_management": "read", "pull_requests": "write", "security_events": "write", "statuses": "write"}, "events": ["code_scanning_alert", "organization", "pull_request", "push", "repository"]}, "pin": null}}
{"time": "2024-10-28T19:15:49+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442423355", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#issuecomment-2442423355", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146", "id": 2442423355, "node_id": "IC_kwDOKNhT9c6RlGw7", "user": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T19:15:49Z", "updated_at": "2024-10-28T19:15:49Z", "body": "## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=146) **Quality Gate passed**  \nIssues  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&issueStatuses=ACCEPTED)\n\nMeasures  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&metric=new_coverage&view=list)  \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=146&metric=new_duplicated_lines_density&view=list)  \n  \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=146)\n\n", "author_association": "NONE", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442423355/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": {"id": 12526, "client_id": "Iv1.dc610988574d1724", "slug": "sonarqubecloud", "node_id": "MDM6QXBwMTI1MjY=", "owner": {"login": "SonarSource", "id": 545988, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NTk4OA==", "avatar_url": "https://avatars.githubusercontent.com/u/545988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SonarSource", "html_url": "https://github.com/SonarSource", "followers_url": "https://api.github.com/users/SonarSource/followers", "following_url": "https://api.github.com/users/SonarSource/following{/other_user}", "gists_url": "https://api.github.com/users/SonarSource/gists{/gist_id}", "starred_url": "https://api.github.com/users/SonarSource/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SonarSource/subscriptions", "organizations_url": "https://api.github.com/users/SonarSource/orgs", "repos_url": "https://api.github.com/users/SonarSource/repos", "events_url": "https://api.github.com/users/SonarSource/events{/privacy}", "received_events_url": "https://api.github.com/users/SonarSource/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "SonarQubeCloud", "description": "\r\nSonarQube Cloud (formerly SonarCloud) is a SaaS code analysis tool designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. Your code is checked against an extensive set of rules that cover many attributes of code, such as maintainability, reliability, and security issues, on each merge/pull request.\r\n\r\nFor those requiring US-based hosting, [SonarQube Cloud US](https://sonarqube.us/) offers the perfect alternative. If you need data residency outside the US or within the EU, [SonarQube Cloud](https://sonarcloud.io/) with this GitHub app is the ideal solution.\r\n\r\nSonarQube Cloud integrates seamlessly into your GitHub workflow and provides clear guidance for resolving any code quality and security issues detected. The majority of popular languages can be analyzed automatically; no configuration is required!\r\n\r\nWith [SonarQube Cloud](https://sonarcloud.io/github), you get:\r\n\r\n-   Fast, precise static analysis and feedback on your code\r\n    \r\n-   Support for popular languages, frameworks, and IaC tools\r\n    \r\n-   Free analysis for open-source projects and private projects up to max 50k LoC\r\n    \r\n-   Automatic analysis of pull requests and branches with results reported inline\r\n    \r\n-   IDE Support with [SonarQube for IDE](https://www.sonarsource.com/products/sonarlint/) integration\r\n    \r\n-   Quality Gate (added as a GitHub check) acting at two different levels - first, preventing you from merging pull requests that contain issues - and later, helping you to release only clean, safe code\r\n    \r\n-   Sign up for SonarQube free tier and begin scanning your private and public repositories\r\n    \r\n\r\nA [GitHub Action](https://github.com/marketplace/actions/sonarcloud-scan) is available in the marketplace to make it easy for you (for projects where automatic analysis isn't available). SonarQube Cloud also integrates smoothly with Jenkins, CircleCI, TravisCI, CirrusCI, and many other tools.\r\n\r\nA free tier is available that allows you to explore the benefits of SonarQube Cloud using your public and private repositories. We also provide a no-commitment, [14-day trial](https://www.sonarsource.com/products/sonarcloud/signup/) of SonarQube Cloud Team for unlimited team members, up to 1.9M LoC, AI CodeFix recommendations, and more. No need to speak with a sales rep or request a license key - get automatic code analysis results on your private projects in minutes! Want to see more examples of SonarCloud in action? You can [explore current Open Source projects in SonarCloud](https://sonarcloud.io/explore/projects?sort=-analysis_date) that are using the [Clean as You Code](https://www.sonarsource.com/solutions/our-unique-approach/) methodology.\r\n\r\nWhat are you waiting for? SonarQube Cloud helps you consistently deliver cleaner, secure software that future developers will appreciate and your users will love. Start writing Clean Code. [Now](https://www.sonarsource.com/products/sonarcloud/signup/)!", "external_url": "https://sonarcloud.io", "html_url": "https://github.com/apps/sonarqubecloud", "created_at": "2018-05-22T07:36:37Z", "updated_at": "2026-03-03T08:54:32Z", "permissions": {"checks": "write", "contents": "read", "emails": "read", "members": "read", "metadata": "read", "organization_copilot_seat_management": "read", "pull_requests": "write", "security_events": "write", "statuses": "write"}, "events": ["code_scanning_alert", "organization", "pull_request", "push", "repository"]}, "event": "commented", "actor": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-10-28T19:25:46+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442441392", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#issuecomment-2442441392", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146", "id": 2442441392, "node_id": "IC_kwDOKNhT9c6RlLKw", "user": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T19:25:46Z", "updated_at": "2024-10-28T19:25:46Z", "author_association": "CONTRIBUTOR", "body": "Looks like python-semantic-release is no longer updatable, so this is no longer needed.", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442441392/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": {"id": 29110, "slug": "dependabot", "node_id": "MDM6QXBwMjkxMTA=", "owner": {"login": "github", "id": 9919, "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github", "html_url": "https://github.com/github", "followers_url": "https://api.github.com/users/github/followers", "following_url": "https://api.github.com/users/github/following{/other_user}", "gists_url": "https://api.github.com/users/github/gists{/gist_id}", "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github/subscriptions", "organizations_url": "https://api.github.com/users/github/orgs", "repos_url": "https://api.github.com/users/github/repos", "events_url": "https://api.github.com/users/github/events{/privacy}", "received_events_url": "https://api.github.com/users/github/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "Dependabot", "description": "GitHub Dependabot", "external_url": "https://dependabot-api.githubapp.com", "html_url": "https://github.com/apps/dependabot", "created_at": "2019-04-16T22:34:25Z", "updated_at": "2026-04-27T17:22:53Z", "permissions": {"actions": "write", "checks": "write", "contents": "write", "issues": "write", "members": "read", "metadata": "read", "packages": "read", "pull_requests": "write", "statuses": "read", "vulnerability_alerts": "read", "workflows": "write"}, "events": ["check_suite", "issues", "issue_comment", "label", "pull_request", "pull_request_review", "pull_request_review_comment", "repository"]}, "pin": null}}
{"time": "2024-10-28T19:25:46+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442441392", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/146#issuecomment-2442441392", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/146", "id": 2442441392, "node_id": "IC_kwDOKNhT9c6RlLKw", "user": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-10-28T19:25:46Z", "updated_at": "2024-10-28T19:25:46Z", "body": "Looks like python-semantic-release is no longer updatable, so this is no longer needed.", "author_association": "CONTRIBUTOR", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442441392/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": {"id": 29110, "client_id": "Iv1.4f9a6346434f815e", "slug": "dependabot", "node_id": "MDM6QXBwMjkxMTA=", "owner": {"login": "github", "id": 9919, "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github", "html_url": "https://github.com/github", "followers_url": "https://api.github.com/users/github/followers", "following_url": "https://api.github.com/users/github/following{/other_user}", "gists_url": "https://api.github.com/users/github/gists{/gist_id}", "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github/subscriptions", "organizations_url": "https://api.github.com/users/github/orgs", "repos_url": "https://api.github.com/users/github/repos", "events_url": "https://api.github.com/users/github/events{/privacy}", "received_events_url": "https://api.github.com/users/github/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "Dependabot", "description": "GitHub Dependabot", "external_url": "https://dependabot-api.githubapp.com", "html_url": "https://github.com/apps/dependabot", "created_at": "2019-04-16T22:34:25Z", "updated_at": "2026-04-27T17:22:53Z", "permissions": {"actions": "write", "checks": "write", "contents": "write", "issues": "write", "members": "read", "metadata": "read", "packages": "read", "pull_requests": "write", "statuses": "read", "vulnerability_alerts": "read", "workflows": "write"}, "events": ["check_suite", "issues", "issue_comment", "label", "pull_request", "pull_request_review", "pull_request_review_comment", "repository"]}, "event": "commented", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-10-28T19:25:47+00:00", "type": "timeline:closed", "payload": {"id": 14968364435, "node_id": "CE_lADOKNhT9c6bJc_UzwAAAAN8Lx2T", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968364435", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "closed", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T19:25:47Z", "state_reason": null, "performed_via_github_app": null}}
{"time": "2024-10-28T19:25:49+00:00", "type": "timeline:head_ref_deleted", "payload": {"id": 14968364706, "node_id": "HRDE_lADOKNhT9c6bJc_UzwAAAAN8Lx6i", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968364706", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_deleted", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T19:25:49Z", "performed_via_github_app": null}}