-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update ping action version #10389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ping action version #10389
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at the action code, which looks fine. How did you test it?
Yeah, I have a private repository I've been using to develop and test - works as expected! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Here's a failure in use: not sure what went wrong: https://github.com/adafruit/circuitpython/actions/runs/15392824491/job/43306024238 |
Thanks, I'll investigate this today and submit a fix. Sorry for the hassle. |
Okay I can reproduce this, it occurs for some reason when the action should short circuit pass because a non-matching label is applied. Fix is WIP. |
I must have gotten too greedy with trying to blanket-catch errors and caught the intended |
OK, great -- thanks! I'll let you know of course if I see another failure. |
Failed action runs have been re-run and now pass |
I updated this action to be a Python-based composite action to simplify maintaining it. The user-facing API was kept the same, but since it was a decently large internal overhaul, it got a bump to the major version.