Conversation
87a48fb to
f94d70c
Compare
|
Pull request #2626 was updated. |
3 similar comments
|
Pull request #2626 was updated. |
|
Pull request #2626 was updated. |
|
Pull request #2626 was updated. |
e539998 to
5fc68a2
Compare
|
Pull request #2626 was updated. |
8e05b86 to
c964451
Compare
|
Pull request #2626 was updated. |
4 similar comments
|
Pull request #2626 was updated. |
|
Pull request #2626 was updated. |
|
Pull request #2626 was updated. |
|
Pull request #2626 was updated. |
396bbf0 to
8df9ee8
Compare
|
[surprised] Akrit Kumar Behera reacted to your message:
…________________________________
From: iarspider ***@***.***>
Sent: Friday, November 28, 2025 2:09:33 PM
To: cms-sw/cms-bot ***@***.***>
Cc: Akrit Kumar Behera ***@***.***>; Assign ***@***.***>
Subject: Re: [cms-sw/cms-bot] New edition of process_pr (PR #2626)
Assigned #2626<#2626> to @akritkbehera<https://github.com/akritkbehera>.
—
Reply to this email directly, view it on GitHub<#2626 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUH7EX7NFB27ATELGIM2PU337BJR3AVCNFSM6AAAAACNPIF4ESVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRRGI2DGNBRG44DAMY>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
|
@iarspider , does new bot properly check for |
|
@smuzaffar not exactly. I was assuming that PyGithub handles that "under the hood", but after examining the library code I see that it only reacts to limit being exceeded. I will prepare and push a change to add a few rate limit checks in critical places. |
|
I have squased the PR, will work on rate limit later. |
|
@raoatifshad , I see in jenkins job https://cmssdt.cern.ch/jenkins/job/cms-bot/1945425/console can you please check if bot has seen |
|
FYI @iarspider #2626 (comment) (new bot is keep on triggering code-checks for cms-sw/cmssw#49771 ) |
|
For now I have added |
|
Checking. |
@smuzaffar as discussed today. I have put new code into new file (
process_pr_v2.py), will replace oldprocess_prbefore merging.It doesn't yet do everything - for example, it won't detect when tests are complete, I will implement it later.
We can also use this opportunity to implement our own handling of commit statuses (I have a draft cgi handler for this) that we should discuss offline.