eclipse / repairnator

Software development bots for Github. Join the bot revolution! :star2::robot::star2::revolving_hearts:
MIT License
384 stars 83 forks source link

CI should not use anonymous connections to Gtihub (PatchFilterTest) #1253

Closed monperrus closed 1 year ago

monperrus commented 2 years ago

CI should not use anonymous connections to Gtihub (https://github.com/eclipse/repairnator/search?q=connectAnonymously), because it is heavily rate limited (many other Eclipse projects use the same IP).

Instead PatchFilterTest should use the credentials stored in Jenkins.

monperrus commented 2 years ago

@Sofi1410 would you be able to fix this? @javierron can likely help you. Thanks!

sofiabobadilla commented 2 years ago

Added to the list :)