diff --git a/process_pr.py b/process_pr.py index 6e18728dc05d..0340afc4d099 100644 --- a/process_pr.py +++ b/process_pr.py @@ -1683,6 +1683,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F ).difference(all_commit_shas) last_seen_commit_time = None new_commits = set() + files_changed_in_squash = [] if missing_commits: print( "Possible squash detected: the following commits were cached, but missing from PR" @@ -1718,13 +1719,15 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F (file.filename, file.sha) for file in changes_before_squash.files } diff_after_squash = {(file.filename, file.sha) for file in changes_after_squash.files} + diff_in_squash = diff_before_squash ^ diff_after_squash - if diff_before_squash ^ diff_after_squash: + if diff_in_squash: print("PR diff changed, will not preserve signatures") + files_changed_in_squash = list(set(x[0] for x in diff_in_squash)) else: print("PR diff not changed, preserving signatures and commit statuses") last_seen_commit_time = bot_cache["commits"][last_seen_commit_sha]["time"] - new_commits = all_commit_shas.difference(k for k in bot_cache["commits"]) + new_commits = all_commit_shas.difference(k for k in bot_cache["commits"]) # Mark removed commits in cache as squashed for commit_sha in missing_commits: @@ -1749,8 +1752,9 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F bot_cache["commits"][commit.sha]["files"] = [] if commit.sha in new_commits: - bot_cache["commits"][commit.sha]["files"] = [] - bot_cache["commits"][commit.sha]["time"] = last_seen_commit_time + bot_cache["commits"][commit.sha]["files"] = files_changed_in_squash + if last_seen_commit_time: # clean squash + bot_cache["commits"][commit.sha]["time"] = last_seen_commit_time cache_entry = bot_cache["commits"][commit.sha] events[datetime.fromtimestamp(cache_entry["time"])].append( diff --git a/tests/PRActionData/TestProcessPr.test_partial_reset_dirty_squash.json b/tests/PRActionData/TestProcessPr.test_partial_reset_dirty_squash.json new file mode 100644 index 000000000000..c052c4c9a91d --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_partial_reset_dirty_squash.json @@ -0,0 +1,97 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "1495b64c35fc2c4ef98688d2958fc39490b8d2e1": { + "files": [ + "L1Trigger/CSCTrackFinder/BuildFile.xml" + ], + "squashed": true, + "time": 1734005540 + }, + "4ae404d88e0c25c511b3cbaa031e116669676fec": { + "files": [ + "FWCore/Integration/BuildFile.xml" + ], + "squashed": true, + "time": 1734005038 + }, + "c6cd57066c758445d041e3a3708c71f166593b9a": { + "time": 1734005679, + "squashed": false, + "files": [ + "L1Trigger/CSCTrackFinder/BuildFile.xml" + ] + } + }, + "emoji": { + "2538875283": "+1", + "2538876197": "+1" + }, + "last_seen_sha": "c6cd57066c758445d041e3a3708c71f166593b9a", + "signatures": { + "2538875283": "1495b64c35fc2c4ef98688d2958fc39490b8d2e1", + "2538876197": "1495b64c35fc2c4ef98688d2958fc39490b8d2e1" + } + } + }, + { + "type": "emoji", + "data": [ + 2538875283, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2538876197, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "code-checks-pending", + "l1-pending", + "pending-signatures" + ] + }, + { + "type": "remove-label", + "data": [ + "code-checks-approved", + "fully-signed", + "l1-approved" + ] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-code-checks-iarspider-cmssw-cmssw-23.properties", + "data": { + "PULL_REQUEST": "23", + "CONTEXT_PREFIX": "cms/23", + "CMSSW_TOOL_CONF": "", + "APPLY_PATCH": "false" + } + } + }, + { + "type": "status", + "data": { + "commit": "c6cd57066c758445d041e3a3708c71f166593b9a", + "state": "pending", + "target_url": null, + "description": "code-checks requested", + "context": "cms/23/code-checks" + } + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + } +] \ No newline at end of file diff --git a/tests/ReplayData/TestProcessPr.test_partial_reset_dirty_squash.txt b/tests/ReplayData/TestProcessPr.test_partial_reset_dirty_squash.txt new file mode 100644 index 000000000000..3b148a4b669a --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_partial_reset_dirty_squash.txt @@ -0,0 +1,132 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:15 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3a537014f1ce8da48a50f2cd6ff95348cc66a0627ac4f02dadaa7cfcb91dac1f"'), ('Last-Modified', 'Wed, 20 Nov 2024 14:49:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4822'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '178'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9284:59A64:265A3BA:27AD471:675AE21F')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2024-11-20T14:49:54Z","pushed_at":"2024-12-12T13:14:42Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1257957,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2024-12-11T18:35:38Z","pushed_at":"2024-12-12T10:07:06Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1414463,"stargazers_count":1094,"watchers_count":1094,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4333,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":972,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4333,"open_issues":972,"watchers":1094,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2024-12-11T18:35:38Z","pushed_at":"2024-12-12T10:07:06Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1414463,"stargazers_count":1094,"watchers_count":1094,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4333,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":972,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4333,"open_issues":972,"watchers":1094,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4333,"subscribers_count":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/23 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"35e8ae9a3a5a8a787bf3d0ebd909dc03c5a100ff13080b560959aa790f02c5be"'), ('Last-Modified', 'Thu, 12 Dec 2024 13:14:43 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4821'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '179'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9292:5FD27:26FAEAD:284DEA8:675AE220')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23","id":2735848072,"node_id":"PR_kwDOF83__M6FA_V9","number":23,"title":"[Do not merge] Record test for dirty squash","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6005201389,"node_id":"LA_kwDOF83__M8AAAABZfAZ7Q","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fully-signed","name":"fully-signed","color":"2cbe4e","default":false,"description":""},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600486,"node_id":"LA_kwDOF83__M8AAAABbzNNpg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-approved","name":"core-approved","color":"2cbe4e","default":false,"description":null},{"id":6160601383,"node_id":"LA_kwDOF83__M8AAAABbzNRJw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-approved","name":"l1-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":7,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2024-12-12T13:06:27Z","due_on":null,"closed_at":null},"comments":8,"created_at":"2024-12-12T13:05:37Z","updated_at":"2024-12-12T13:14:43Z","closed_at":null,"author_association":"MEMBER","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/23","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/23.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/23.patch","merged_at":null},"body":"","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4821'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '179'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9296:5A3B0:26967A8:27E98C8:675AE220')] +{"resources":{"core":{"limit":5000,"used":179,"remaining":4821,"reset":1734010286},"search":{"limit":30,"used":0,"remaining":30,"reset":1734009436},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1734012976},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1734012976},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1734009436},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1734012976},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1734009436},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1734012976},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1734012976},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1734009436},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1734012976},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1734012976},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1734009436}},"rate":{"limit":5000,"used":179,"remaining":4821,"reset":1734010286}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/23 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7cac4fea264694adbe9a178ebcd021b66b5727ddf4a1abeb5b5c01fe2b86f9e1"'), ('Last-Modified', 'Thu, 12 Dec 2024 13:14:43 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4820'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '180'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9298:89FE7:26739A1:27C69BB:675AE220')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/23","id":2231629181,"node_id":"PR_kwDOF83__M6FA_V9","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/23.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/23.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","number":23,"state":"open","locked":false,"title":"[Do not merge] Record test for dirty squash","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"","created_at":"2024-12-12T13:05:37Z","updated_at":"2024-12-12T13:14:43Z","closed_at":null,"merged_at":null,"merge_commit_sha":"a24dcbabfeb6e64ee634b96170dd1820f4ce6dbc","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6005201389,"node_id":"LA_kwDOF83__M8AAAABZfAZ7Q","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fully-signed","name":"fully-signed","color":"2cbe4e","default":false,"description":""},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600486,"node_id":"LA_kwDOF83__M8AAAABbzNNpg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-approved","name":"core-approved","color":"2cbe4e","default":false,"description":null},{"id":6160601383,"node_id":"LA_kwDOF83__M8AAAABbzNRJw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-approved","name":"l1-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":7,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2024-12-12T13:06:27Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/23/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/23/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c6cd57066c758445d041e3a3708c71f166593b9a","head":{"label":"iarspider-cmssw:test-dirty-squash-2","ref":"test-dirty-squash-2","sha":"c6cd57066c758445d041e3a3708c71f166593b9a","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2024-11-20T14:49:54Z","pushed_at":"2024-12-12T13:14:42Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1257957,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"48600daa76c0dd3925eb34d216bc756ed556016d","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2024-11-20T14:49:54Z","pushed_at":"2024-12-12T13:14:42Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1257957,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/23"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/23"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/23/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/23/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c6cd57066c758445d041e3a3708c71f166593b9a"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":8,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":3,"deletions":0,"changed_files":2} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/23/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"802a75ef26d8f203589ca8b5139301b5f0b418121489eb7cdfdbff27bd847cf9"'), ('Last-Modified', 'Thu, 12 Dec 2024 13:14:43 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4819'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '181'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '92A0:A8462:206BAED:217E3E0:675AE221')] +[{"sha":"3429f437b8733282e7d72d280912b39ba6fa1790","filename":"FWCore/Integration/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c6cd57066c758445d041e3a3708c71f166593b9a/FWCore%2FIntegration%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c6cd57066c758445d041e3a3708c71f166593b9a/FWCore%2FIntegration%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2FBuildFile.xml?ref=c6cd57066c758445d041e3a3708c71f166593b9a","patch":"@@ -3,3 +3,4 @@\n \n \n \n+"},{"sha":"c0840f9a14c8c2b35434581ae60802917f3f13a0","filename":"L1Trigger/CSCTrackFinder/BuildFile.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c6cd57066c758445d041e3a3708c71f166593b9a/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c6cd57066c758445d041e3a3708c71f166593b9a/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml?ref=c6cd57066c758445d041e3a3708c71f166593b9a","patch":"@@ -12,3 +12,5 @@\n \n \n \n+\n+"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/23/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"964577cfdc13a9f09c8f6b3524cae142d187d0dd993e8b9bb08cc8bf29f4acba"'), ('Last-Modified', 'Thu, 12 Dec 2024 13:14:43 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4818'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '182'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '92A4:63FE6:26D9EC6:282CE44:675AE221')] +[{"sha":"c6cd57066c758445d041e3a3708c71f166593b9a","node_id":"C_kwDOF83__NoAKGM2Y2Q1NzA2NmM3NTg0NDVkMDQxZTNhMzcwOGM3MWYxNjY1OTNiOWE","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:03:58Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:14:39Z"},"message":"Change 1","tree":{"sha":"0ad87c7526a9aac8599cf916ad9dc83c13b6a228","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/0ad87c7526a9aac8599cf916ad9dc83c13b6a228"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c6cd57066c758445d041e3a3708c71f166593b9a","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c6cd57066c758445d041e3a3708c71f166593b9a","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"dfc5c0e385a813cea8378a7a058dab98d45b2321e90909f6bfa69584f36d2814"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4817'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '183'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '92A6:A8462:206BE39:217E74B:675AE221')] +{"state":"pending","statuses":[],"sha":"c6cd57066c758445d041e3a3708c71f166593b9a","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/c6cd57066c758445d041e3a3708c71f166593b9a +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"54f3ae8d47f5827a9e2cf98053089e5b5e83b31f02167c010dc522c6c368fb56"'), ('Last-Modified', 'Thu, 12 Dec 2024 13:14:39 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4816'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '184'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '92B4:52F1F:266776A:27BA802:675AE222')] +{"sha":"c6cd57066c758445d041e3a3708c71f166593b9a","node_id":"C_kwDOF83__NoAKGM2Y2Q1NzA2NmM3NTg0NDVkMDQxZTNhMzcwOGM3MWYxNjY1OTNiOWE","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c6cd57066c758445d041e3a3708c71f166593b9a","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c6cd57066c758445d041e3a3708c71f166593b9a","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:03:58Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:14:39Z"},"tree":{"sha":"0ad87c7526a9aac8599cf916ad9dc83c13b6a228","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/0ad87c7526a9aac8599cf916ad9dc83c13b6a228"},"message":"Change 1","parents":[{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/23/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"db4bdfc2de9e4333f7b10f5b13bf9698bd4d95476a7d896a00a62b34ea415203"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4815'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '185'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '92BC:65F4C:28B87D0:2A0B811:675AE222')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538858132","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23#issuecomment-2538858132","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","id":2538858132,"node_id":"IC_kwDOF83__M6XU-aU","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2024-12-12T13:06:52Z","updated_at":"2024-12-12T13:13:37Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538858132/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},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538869235","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23#issuecomment-2538869235","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","id":2538869235,"node_id":"IC_kwDOF83__M6XVBHz","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2024-12-12T13:11:13Z","updated_at":"2024-12-12T13:11:13Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538869235/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},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538869610","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23#issuecomment-2538869610","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","id":2538869610,"node_id":"IC_kwDOF83__M6XVBNq","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2024-12-12T13:11:20Z","updated_at":"2024-12-12T13:11:20Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- FWCore/Integration (**core**)\n\n\nDr15Jones, iarspider, makortel, smuzaffar can you please review it and eventually sign? Thanks.\nmakortel, missirol, wddgit this is something you requested to watch as well.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538869610/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},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538874273","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23#issuecomment-2538874273","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","id":2538874273,"node_id":"IC_kwDOF83__M6XVCWh","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2024-12-12T13:12:50Z","updated_at":"2024-12-12T13:12:50Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538874273/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},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538874798","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23#issuecomment-2538874798","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","id":2538874798,"node_id":"IC_kwDOF83__M6XVCeu","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2024-12-12T13:12:59Z","updated_at":"2024-12-12T13:12:59Z","author_association":"MEMBER","body":"Pull request #23 was updated. Dr15Jones, aloeliger, epalencia, iarspider, makortel, smuzaffar can you please check and sign again.\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538874798/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},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538875283","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23#issuecomment-2538875283","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","id":2538875283,"node_id":"IC_kwDOF83__M6XVCmT","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2024-12-12T13:13:09Z","updated_at":"2024-12-12T13:13:09Z","author_association":"MEMBER","body":"+core","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538875283/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538876197","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23#issuecomment-2538876197","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","id":2538876197,"node_id":"IC_kwDOF83__M6XVC0l","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2024-12-12T13:13:24Z","updated_at":"2024-12-12T13:13:24Z","author_association":"MEMBER","body":"+l1","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538876197/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538876814","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/23#issuecomment-2538876814","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/23","id":2538876814,"node_id":"IC_kwDOF83__M6XVC-O","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2024-12-12T13:13:37Z","updated_at":"2024-12-12T13:13:37Z","author_association":"MEMBER","body":"This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. iarspider (and backports should be raised in the release meeting by the corresponding L2)","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2538876814/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}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...1495b64c35fc2c4ef98688d2958fc39490b8d2e1 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ee9373759f6cf1b28b1eec810d8ed112836bc9fd87884b0141b6f360e0bbe988"'), ('Last-Modified', 'Thu, 12 Dec 2024 13:12:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4814'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '186'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '92BE:E36B6:26321D:2731FE:675AE222')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...1495b64c35fc2c4ef98688d2958fc39490b8d2e1","html_url":"https://github.com/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...1495b64c35fc2c4ef98688d2958fc39490b8d2e1","permalink_url":"https://github.com/iarspider-cmssw/cmssw/compare/iarspider-cmssw:48600da...iarspider-cmssw:1495b64","diff_url":"https://github.com/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...1495b64c35fc2c4ef98688d2958fc39490b8d2e1.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...1495b64c35fc2c4ef98688d2958fc39490b8d2e1.patch","base_commit":{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","node_id":"C_kwDOF83__NoAKDQ4NjAwZGFhNzZjMGRkMzkyNWViMzRkMjE2YmM3NTZlZDU1NjAxNmQ","commit":{"author":{"name":"cmsbuild","email":"cmsbuild@cern.ch","date":"2024-11-19T21:22:13Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2024-11-19T21:22:13Z"},"message":"Merge pull request #45117 from SegmentLinking/CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles\n\nCMSSW Integration of LST","tree":{"sha":"778ef9c1b72c72ae117cc9485207991e02b49741","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/778ef9c1b72c72ae117cc9485207991e02b49741"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/48600daa76c0dd3925eb34d216bc756ed556016d","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJnPQGFCRC1aQ7uu5UhlAAAmKMQAA88NjoSVkQ0JEOt72FiCqc2\nkuoIsRZ/+rof9DBlvLnapRw40zHxpMdVa8uqH9T6f1yaEk+eDh0Qq6ymB+6EKhC8\nUbTkNbhfkBqGtvt46Mg1J+iXlsY3giVsY2L58RN5AikMtJt2IN2rdYiy5F5NWBTk\nPsbIXE1x47hA7dQgDnSL7EDFqncno4KekrzTmbv9EsuKPohuiYsHOzS/pCHTJFeu\n4bdsi3PwZyp52qeI6FHras08f4kZsmWklCwmuncWC6EK6VJX2Vsd/bssaaMTrieX\nRKtvdeT8scymsflsShQWQNNwtJly9D77uBq8GOY5gws4HHsxAoODhPKZLjkG9QCf\ng9Pq3cKjtvTApC69mZbCKzRuYrn3oZp+41j9vsO5m0JDDS+5DWd+MpjwCZhqug+5\nrZPUuyuGZG3FlBPJFBewdgmoqHCXLGtjmukXqsQoOPHYDiS41fDt5e39DB9unOPQ\nvDwo0dDuOHarBMfQeCxjgmM6b4zMqlbUaHElH0oIHNG9EqXT65K/FlnVm7CsChMW\n8OJWGu8u3VkKYWXR8IPY5rYusxvzwuQ5aCarjMgfKsWtOOf4xtqXrEyDp9RxYqo0\nmN0p9dBV+p/CM/JftvUf5Xslfe8e1pMetca79O1cr7ravLmf+qX9UqrtJ8GRZ7uC\n7kimBx37Jwq5tDWIk678\n=G/oJ\n-----END PGP SIGNATURE-----\n","payload":"tree 778ef9c1b72c72ae117cc9485207991e02b49741\nparent 1b383b07b4932477a14a08a21b32df473b82130b\nparent 04a11652e215c83035a9f9a22b69cdbec4df356e\nauthor cmsbuild 1732051333 +0100\ncommitter GitHub 1732051333 +0100\n\nMerge pull request #45117 from SegmentLinking/CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles\n\nCMSSW Integration of LST","verified_at":"2024-11-19T21:27:17Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d/comments","author":{"login":"cmsbuild","id":4170616,"node_id":"MDQ6VXNlcjQxNzA2MTY=","avatar_url":"https://avatars.githubusercontent.com/u/4170616?v=4","gravatar_id":"","url":"https://api.github.com/users/cmsbuild","html_url":"https://github.com/cmsbuild","followers_url":"https://api.github.com/users/cmsbuild/followers","following_url":"https://api.github.com/users/cmsbuild/following{/other_user}","gists_url":"https://api.github.com/users/cmsbuild/gists{/gist_id}","starred_url":"https://api.github.com/users/cmsbuild/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmsbuild/subscriptions","organizations_url":"https://api.github.com/users/cmsbuild/orgs","repos_url":"https://api.github.com/users/cmsbuild/repos","events_url":"https://api.github.com/users/cmsbuild/events{/privacy}","received_events_url":"https://api.github.com/users/cmsbuild/received_events","type":"User","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":"1b383b07b4932477a14a08a21b32df473b82130b","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1b383b07b4932477a14a08a21b32df473b82130b","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1b383b07b4932477a14a08a21b32df473b82130b"},{"sha":"04a11652e215c83035a9f9a22b69cdbec4df356e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/04a11652e215c83035a9f9a22b69cdbec4df356e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/04a11652e215c83035a9f9a22b69cdbec4df356e"}]},"merge_base_commit":{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","node_id":"C_kwDOF83__NoAKDQ4NjAwZGFhNzZjMGRkMzkyNWViMzRkMjE2YmM3NTZlZDU1NjAxNmQ","commit":{"author":{"name":"cmsbuild","email":"cmsbuild@cern.ch","date":"2024-11-19T21:22:13Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2024-11-19T21:22:13Z"},"message":"Merge pull request #45117 from SegmentLinking/CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles\n\nCMSSW Integration of LST","tree":{"sha":"778ef9c1b72c72ae117cc9485207991e02b49741","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/778ef9c1b72c72ae117cc9485207991e02b49741"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/48600daa76c0dd3925eb34d216bc756ed556016d","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJnPQGFCRC1aQ7uu5UhlAAAmKMQAA88NjoSVkQ0JEOt72FiCqc2\nkuoIsRZ/+rof9DBlvLnapRw40zHxpMdVa8uqH9T6f1yaEk+eDh0Qq6ymB+6EKhC8\nUbTkNbhfkBqGtvt46Mg1J+iXlsY3giVsY2L58RN5AikMtJt2IN2rdYiy5F5NWBTk\nPsbIXE1x47hA7dQgDnSL7EDFqncno4KekrzTmbv9EsuKPohuiYsHOzS/pCHTJFeu\n4bdsi3PwZyp52qeI6FHras08f4kZsmWklCwmuncWC6EK6VJX2Vsd/bssaaMTrieX\nRKtvdeT8scymsflsShQWQNNwtJly9D77uBq8GOY5gws4HHsxAoODhPKZLjkG9QCf\ng9Pq3cKjtvTApC69mZbCKzRuYrn3oZp+41j9vsO5m0JDDS+5DWd+MpjwCZhqug+5\nrZPUuyuGZG3FlBPJFBewdgmoqHCXLGtjmukXqsQoOPHYDiS41fDt5e39DB9unOPQ\nvDwo0dDuOHarBMfQeCxjgmM6b4zMqlbUaHElH0oIHNG9EqXT65K/FlnVm7CsChMW\n8OJWGu8u3VkKYWXR8IPY5rYusxvzwuQ5aCarjMgfKsWtOOf4xtqXrEyDp9RxYqo0\nmN0p9dBV+p/CM/JftvUf5Xslfe8e1pMetca79O1cr7ravLmf+qX9UqrtJ8GRZ7uC\n7kimBx37Jwq5tDWIk678\n=G/oJ\n-----END PGP SIGNATURE-----\n","payload":"tree 778ef9c1b72c72ae117cc9485207991e02b49741\nparent 1b383b07b4932477a14a08a21b32df473b82130b\nparent 04a11652e215c83035a9f9a22b69cdbec4df356e\nauthor cmsbuild 1732051333 +0100\ncommitter GitHub 1732051333 +0100\n\nMerge pull request #45117 from SegmentLinking/CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles\n\nCMSSW Integration of LST","verified_at":"2024-11-19T21:27:17Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d/comments","author":{"login":"cmsbuild","id":4170616,"node_id":"MDQ6VXNlcjQxNzA2MTY=","avatar_url":"https://avatars.githubusercontent.com/u/4170616?v=4","gravatar_id":"","url":"https://api.github.com/users/cmsbuild","html_url":"https://github.com/cmsbuild","followers_url":"https://api.github.com/users/cmsbuild/followers","following_url":"https://api.github.com/users/cmsbuild/following{/other_user}","gists_url":"https://api.github.com/users/cmsbuild/gists{/gist_id}","starred_url":"https://api.github.com/users/cmsbuild/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmsbuild/subscriptions","organizations_url":"https://api.github.com/users/cmsbuild/orgs","repos_url":"https://api.github.com/users/cmsbuild/repos","events_url":"https://api.github.com/users/cmsbuild/events{/privacy}","received_events_url":"https://api.github.com/users/cmsbuild/received_events","type":"User","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":"1b383b07b4932477a14a08a21b32df473b82130b","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1b383b07b4932477a14a08a21b32df473b82130b","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1b383b07b4932477a14a08a21b32df473b82130b"},{"sha":"04a11652e215c83035a9f9a22b69cdbec4df356e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/04a11652e215c83035a9f9a22b69cdbec4df356e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/04a11652e215c83035a9f9a22b69cdbec4df356e"}]},"status":"ahead","ahead_by":2,"behind_by":0,"total_commits":2,"commits":[{"sha":"4ae404d88e0c25c511b3cbaa031e116669676fec","node_id":"C_kwDOF83__NoAKDRhZTQwNGQ4OGUwYzI1YzUxMWIzY2JhYTAzMWUxMTY2Njk2NzZmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:03:58Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:03:58Z"},"message":"Change 1","tree":{"sha":"414b5685eaff28f605a060abf40c1ed46c2ba130","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/414b5685eaff28f605a060abf40c1ed46c2ba130"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4ae404d88e0c25c511b3cbaa031e116669676fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4ae404d88e0c25c511b3cbaa031e116669676fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4ae404d88e0c25c511b3cbaa031e116669676fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4ae404d88e0c25c511b3cbaa031e116669676fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d"}]},{"sha":"1495b64c35fc2c4ef98688d2958fc39490b8d2e1","node_id":"C_kwDOF83__NoAKDE0OTViNjRjMzVmYzJjNGVmOTg2ODhkMjk1OGZjMzk0OTBiOGQyZTE","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:12:20Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:12:20Z"},"message":"Change 2","tree":{"sha":"36a027b602d741599650815d4106e91e4776a3a2","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/36a027b602d741599650815d4106e91e4776a3a2"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1495b64c35fc2c4ef98688d2958fc39490b8d2e1","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1495b64c35fc2c4ef98688d2958fc39490b8d2e1","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1495b64c35fc2c4ef98688d2958fc39490b8d2e1","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1495b64c35fc2c4ef98688d2958fc39490b8d2e1/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"4ae404d88e0c25c511b3cbaa031e116669676fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4ae404d88e0c25c511b3cbaa031e116669676fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4ae404d88e0c25c511b3cbaa031e116669676fec"}]}],"files":[{"sha":"3429f437b8733282e7d72d280912b39ba6fa1790","filename":"FWCore/Integration/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/1495b64c35fc2c4ef98688d2958fc39490b8d2e1/FWCore%2FIntegration%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/1495b64c35fc2c4ef98688d2958fc39490b8d2e1/FWCore%2FIntegration%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2FBuildFile.xml?ref=1495b64c35fc2c4ef98688d2958fc39490b8d2e1","patch":"@@ -3,3 +3,4 @@\n \n \n \n+"},{"sha":"12a80dbe70d028e77cbbefea2695a598f98c0cfe","filename":"L1Trigger/CSCTrackFinder/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/1495b64c35fc2c4ef98688d2958fc39490b8d2e1/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/1495b64c35fc2c4ef98688d2958fc39490b8d2e1/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml?ref=1495b64c35fc2c4ef98688d2958fc39490b8d2e1","patch":"@@ -12,3 +12,4 @@\n \n \n \n+"}]} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...c6cd57066c758445d041e3a3708c71f166593b9a +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:19 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ee26a3ec4f236a5e18055ebdf7362f840e9c81cab1cdd5aa1b779dad9c84451f"'), ('Last-Modified', 'Thu, 12 Dec 2024 13:14:39 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4813'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '187'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '92CE:67E68:2738FE9:288C041:675AE222')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...c6cd57066c758445d041e3a3708c71f166593b9a","html_url":"https://github.com/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...c6cd57066c758445d041e3a3708c71f166593b9a","permalink_url":"https://github.com/iarspider-cmssw/cmssw/compare/iarspider-cmssw:48600da...iarspider-cmssw:c6cd570","diff_url":"https://github.com/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...c6cd57066c758445d041e3a3708c71f166593b9a.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/compare/48600daa76c0dd3925eb34d216bc756ed556016d...c6cd57066c758445d041e3a3708c71f166593b9a.patch","base_commit":{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","node_id":"C_kwDOF83__NoAKDQ4NjAwZGFhNzZjMGRkMzkyNWViMzRkMjE2YmM3NTZlZDU1NjAxNmQ","commit":{"author":{"name":"cmsbuild","email":"cmsbuild@cern.ch","date":"2024-11-19T21:22:13Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2024-11-19T21:22:13Z"},"message":"Merge pull request #45117 from SegmentLinking/CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles\n\nCMSSW Integration of LST","tree":{"sha":"778ef9c1b72c72ae117cc9485207991e02b49741","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/778ef9c1b72c72ae117cc9485207991e02b49741"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/48600daa76c0dd3925eb34d216bc756ed556016d","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJnPQGFCRC1aQ7uu5UhlAAAmKMQAA88NjoSVkQ0JEOt72FiCqc2\nkuoIsRZ/+rof9DBlvLnapRw40zHxpMdVa8uqH9T6f1yaEk+eDh0Qq6ymB+6EKhC8\nUbTkNbhfkBqGtvt46Mg1J+iXlsY3giVsY2L58RN5AikMtJt2IN2rdYiy5F5NWBTk\nPsbIXE1x47hA7dQgDnSL7EDFqncno4KekrzTmbv9EsuKPohuiYsHOzS/pCHTJFeu\n4bdsi3PwZyp52qeI6FHras08f4kZsmWklCwmuncWC6EK6VJX2Vsd/bssaaMTrieX\nRKtvdeT8scymsflsShQWQNNwtJly9D77uBq8GOY5gws4HHsxAoODhPKZLjkG9QCf\ng9Pq3cKjtvTApC69mZbCKzRuYrn3oZp+41j9vsO5m0JDDS+5DWd+MpjwCZhqug+5\nrZPUuyuGZG3FlBPJFBewdgmoqHCXLGtjmukXqsQoOPHYDiS41fDt5e39DB9unOPQ\nvDwo0dDuOHarBMfQeCxjgmM6b4zMqlbUaHElH0oIHNG9EqXT65K/FlnVm7CsChMW\n8OJWGu8u3VkKYWXR8IPY5rYusxvzwuQ5aCarjMgfKsWtOOf4xtqXrEyDp9RxYqo0\nmN0p9dBV+p/CM/JftvUf5Xslfe8e1pMetca79O1cr7ravLmf+qX9UqrtJ8GRZ7uC\n7kimBx37Jwq5tDWIk678\n=G/oJ\n-----END PGP SIGNATURE-----\n","payload":"tree 778ef9c1b72c72ae117cc9485207991e02b49741\nparent 1b383b07b4932477a14a08a21b32df473b82130b\nparent 04a11652e215c83035a9f9a22b69cdbec4df356e\nauthor cmsbuild 1732051333 +0100\ncommitter GitHub 1732051333 +0100\n\nMerge pull request #45117 from SegmentLinking/CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles\n\nCMSSW Integration of LST","verified_at":"2024-11-19T21:27:17Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d/comments","author":{"login":"cmsbuild","id":4170616,"node_id":"MDQ6VXNlcjQxNzA2MTY=","avatar_url":"https://avatars.githubusercontent.com/u/4170616?v=4","gravatar_id":"","url":"https://api.github.com/users/cmsbuild","html_url":"https://github.com/cmsbuild","followers_url":"https://api.github.com/users/cmsbuild/followers","following_url":"https://api.github.com/users/cmsbuild/following{/other_user}","gists_url":"https://api.github.com/users/cmsbuild/gists{/gist_id}","starred_url":"https://api.github.com/users/cmsbuild/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmsbuild/subscriptions","organizations_url":"https://api.github.com/users/cmsbuild/orgs","repos_url":"https://api.github.com/users/cmsbuild/repos","events_url":"https://api.github.com/users/cmsbuild/events{/privacy}","received_events_url":"https://api.github.com/users/cmsbuild/received_events","type":"User","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":"1b383b07b4932477a14a08a21b32df473b82130b","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1b383b07b4932477a14a08a21b32df473b82130b","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1b383b07b4932477a14a08a21b32df473b82130b"},{"sha":"04a11652e215c83035a9f9a22b69cdbec4df356e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/04a11652e215c83035a9f9a22b69cdbec4df356e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/04a11652e215c83035a9f9a22b69cdbec4df356e"}]},"merge_base_commit":{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","node_id":"C_kwDOF83__NoAKDQ4NjAwZGFhNzZjMGRkMzkyNWViMzRkMjE2YmM3NTZlZDU1NjAxNmQ","commit":{"author":{"name":"cmsbuild","email":"cmsbuild@cern.ch","date":"2024-11-19T21:22:13Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2024-11-19T21:22:13Z"},"message":"Merge pull request #45117 from SegmentLinking/CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles\n\nCMSSW Integration of LST","tree":{"sha":"778ef9c1b72c72ae117cc9485207991e02b49741","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/778ef9c1b72c72ae117cc9485207991e02b49741"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/48600daa76c0dd3925eb34d216bc756ed556016d","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJnPQGFCRC1aQ7uu5UhlAAAmKMQAA88NjoSVkQ0JEOt72FiCqc2\nkuoIsRZ/+rof9DBlvLnapRw40zHxpMdVa8uqH9T6f1yaEk+eDh0Qq6ymB+6EKhC8\nUbTkNbhfkBqGtvt46Mg1J+iXlsY3giVsY2L58RN5AikMtJt2IN2rdYiy5F5NWBTk\nPsbIXE1x47hA7dQgDnSL7EDFqncno4KekrzTmbv9EsuKPohuiYsHOzS/pCHTJFeu\n4bdsi3PwZyp52qeI6FHras08f4kZsmWklCwmuncWC6EK6VJX2Vsd/bssaaMTrieX\nRKtvdeT8scymsflsShQWQNNwtJly9D77uBq8GOY5gws4HHsxAoODhPKZLjkG9QCf\ng9Pq3cKjtvTApC69mZbCKzRuYrn3oZp+41j9vsO5m0JDDS+5DWd+MpjwCZhqug+5\nrZPUuyuGZG3FlBPJFBewdgmoqHCXLGtjmukXqsQoOPHYDiS41fDt5e39DB9unOPQ\nvDwo0dDuOHarBMfQeCxjgmM6b4zMqlbUaHElH0oIHNG9EqXT65K/FlnVm7CsChMW\n8OJWGu8u3VkKYWXR8IPY5rYusxvzwuQ5aCarjMgfKsWtOOf4xtqXrEyDp9RxYqo0\nmN0p9dBV+p/CM/JftvUf5Xslfe8e1pMetca79O1cr7ravLmf+qX9UqrtJ8GRZ7uC\n7kimBx37Jwq5tDWIk678\n=G/oJ\n-----END PGP SIGNATURE-----\n","payload":"tree 778ef9c1b72c72ae117cc9485207991e02b49741\nparent 1b383b07b4932477a14a08a21b32df473b82130b\nparent 04a11652e215c83035a9f9a22b69cdbec4df356e\nauthor cmsbuild 1732051333 +0100\ncommitter GitHub 1732051333 +0100\n\nMerge pull request #45117 from SegmentLinking/CMSSW_14_1_0_pre3_LST_X_LSTCore_realfiles\n\nCMSSW Integration of LST","verified_at":"2024-11-19T21:27:17Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d/comments","author":{"login":"cmsbuild","id":4170616,"node_id":"MDQ6VXNlcjQxNzA2MTY=","avatar_url":"https://avatars.githubusercontent.com/u/4170616?v=4","gravatar_id":"","url":"https://api.github.com/users/cmsbuild","html_url":"https://github.com/cmsbuild","followers_url":"https://api.github.com/users/cmsbuild/followers","following_url":"https://api.github.com/users/cmsbuild/following{/other_user}","gists_url":"https://api.github.com/users/cmsbuild/gists{/gist_id}","starred_url":"https://api.github.com/users/cmsbuild/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmsbuild/subscriptions","organizations_url":"https://api.github.com/users/cmsbuild/orgs","repos_url":"https://api.github.com/users/cmsbuild/repos","events_url":"https://api.github.com/users/cmsbuild/events{/privacy}","received_events_url":"https://api.github.com/users/cmsbuild/received_events","type":"User","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":"1b383b07b4932477a14a08a21b32df473b82130b","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1b383b07b4932477a14a08a21b32df473b82130b","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1b383b07b4932477a14a08a21b32df473b82130b"},{"sha":"04a11652e215c83035a9f9a22b69cdbec4df356e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/04a11652e215c83035a9f9a22b69cdbec4df356e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/04a11652e215c83035a9f9a22b69cdbec4df356e"}]},"status":"ahead","ahead_by":1,"behind_by":0,"total_commits":1,"commits":[{"sha":"c6cd57066c758445d041e3a3708c71f166593b9a","node_id":"C_kwDOF83__NoAKGM2Y2Q1NzA2NmM3NTg0NDVkMDQxZTNhMzcwOGM3MWYxNjY1OTNiOWE","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:03:58Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:14:39Z"},"message":"Change 1","tree":{"sha":"0ad87c7526a9aac8599cf916ad9dc83c13b6a228","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/0ad87c7526a9aac8599cf916ad9dc83c13b6a228"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c6cd57066c758445d041e3a3708c71f166593b9a","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c6cd57066c758445d041e3a3708c71f166593b9a","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d"}]}],"files":[{"sha":"3429f437b8733282e7d72d280912b39ba6fa1790","filename":"FWCore/Integration/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c6cd57066c758445d041e3a3708c71f166593b9a/FWCore%2FIntegration%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c6cd57066c758445d041e3a3708c71f166593b9a/FWCore%2FIntegration%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2FBuildFile.xml?ref=c6cd57066c758445d041e3a3708c71f166593b9a","patch":"@@ -3,3 +3,4 @@\n \n \n \n+"},{"sha":"c0840f9a14c8c2b35434581ae60802917f3f13a0","filename":"L1Trigger/CSCTrackFinder/BuildFile.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c6cd57066c758445d041e3a3708c71f166593b9a/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c6cd57066c758445d041e3a3708c71f166593b9a/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml?ref=c6cd57066c758445d041e3a3708c71f166593b9a","patch":"@@ -12,3 +12,5 @@\n \n \n \n+\n+"}]} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 12 Dec 2024 13:16:19 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3989dfd0107cf393dca2904fde9de15454b87c664bffce58cb821af743466444"'), ('Last-Modified', 'Thu, 12 Dec 2024 13:14:39 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4812'), ('X-RateLimit-Reset', '1734010286'), ('X-RateLimit-Used', '188'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '92D0:6490F:2666756:27B981B:675AE223')] +{"sha":"c6cd57066c758445d041e3a3708c71f166593b9a","node_id":"C_kwDOF83__NoAKGM2Y2Q1NzA2NmM3NTg0NDVkMDQxZTNhMzcwOGM3MWYxNjY1OTNiOWE","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:03:58Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2024-12-12T13:14:39Z"},"message":"Change 1","tree":{"sha":"0ad87c7526a9aac8599cf916ad9dc83c13b6a228","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/0ad87c7526a9aac8599cf916ad9dc83c13b6a228"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c6cd57066c758445d041e3a3708c71f166593b9a","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c6cd57066c758445d041e3a3708c71f166593b9a","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c6cd57066c758445d041e3a3708c71f166593b9a/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"48600daa76c0dd3925eb34d216bc756ed556016d","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/48600daa76c0dd3925eb34d216bc756ed556016d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/48600daa76c0dd3925eb34d216bc756ed556016d"}],"stats":{"total":3,"additions":3,"deletions":0},"files":[{"sha":"3429f437b8733282e7d72d280912b39ba6fa1790","filename":"FWCore/Integration/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c6cd57066c758445d041e3a3708c71f166593b9a/FWCore%2FIntegration%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c6cd57066c758445d041e3a3708c71f166593b9a/FWCore%2FIntegration%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2FBuildFile.xml?ref=c6cd57066c758445d041e3a3708c71f166593b9a","patch":"@@ -3,3 +3,4 @@\n \n \n \n+"},{"sha":"c0840f9a14c8c2b35434581ae60802917f3f13a0","filename":"L1Trigger/CSCTrackFinder/BuildFile.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c6cd57066c758445d041e3a3708c71f166593b9a/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c6cd57066c758445d041e3a3708c71f166593b9a/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FCSCTrackFinder%2FBuildFile.xml?ref=c6cd57066c758445d041e3a3708c71f166593b9a","patch":"@@ -12,3 +12,5 @@\n \n \n \n+\n+"}]} + diff --git a/tests/test_process_pr.py b/tests/test_process_pr.py index a76811ff2282..d097f75befd3 100644 --- a/tests/test_process_pr.py +++ b/tests/test_process_pr.py @@ -697,6 +697,9 @@ def test_clean_squash(self): def test_dirty_squash(self): self.runTest() + def test_partial_reset_dirty_squash(self): + self.runTest(prId=23) + def test_sign_reject(self): self.runTest()