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