Adafruit_Learning_System_Guides icon indicating copy to clipboard operation
Adafruit_Learning_System_Guides copied to clipboard

Incorrect content in Gemma/GemmaM0_Pinball/code.py

Open jepler opened this issue 2 weeks ago • 4 comments

Somehow this file got the following content at 75f19df01c63ec43df6a640bd90a15738d192c65, instead of whatever was intended:

429: Too Many Requests
For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service).

ping @TheKitty

I noticed this because I (still!) get emails when the "generate images" process fails when it runs overnight.

jepler avatar Nov 20 '25 14:11 jepler

You are getting emails because you are the GITHUB_ACTOR for the cron job: https://github.com/adafruit/Adafruit_Learning_System_Guides/actions/runs/19533014790/job/55920314667#step:2:184. See line 184. We need to change who's initiating the cron jobs. I'll try to figure that out.

EDIT: the actor is the last person who pushed a change to the cron job, or who enabled the workflow. So I disabled and re-enabled the workflow, and now it should be me. But we should change it to not be the GITHUB_ACTOR, but some shared email address.

dhalbert avatar Nov 20 '25 14:11 dhalbert

https://github.com/orgs/community/discussions/25067

jepler avatar Nov 20 '25 14:11 jepler

I'm sorry, this seems to be debris from the GitHub outage the afternoon of the Cloudflare outage.

TheKitty avatar Nov 20 '25 14:11 TheKitty

https://github.com/orgs/community/discussions/25067

Ha! Notice I personally am in that thread -- not our first rodeo on this problem: https://github.com/orgs/community/discussions/25067#discussioncomment-7061180

dhalbert avatar Nov 20 '25 14:11 dhalbert