-
Notifications
You must be signed in to change notification settings - Fork 15
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
GH issue updater is broken #687
Comments
@zakkak Could you please take a look at this? Thanks! |
My so far understanding is that this is an issue in |
This will result in the corresponding GH job to fail when an exception is thrown making it easier to detect issues like graalvm#687
Thanks for the analysis! |
This will result in the corresponding GH job to fail when an exception is thrown making it easier to detect issues like #687
It looks like by moving to the upload-artifact@v4 version we could have this fixed. See hub4j/github-api#1791 (comment) I'll test a PR. |
This should fix the issue with the GHA-based issue updater we see in graalvm#687
This should fix the issue with the GHA-based issue updater we see in graalvm#687
This should fix the issue with the GHA-based issue updater we see in graalvm#687
This should fix the issue with the GHA-based issue updater we see in #687
FTR that's not true. Moving to |
Yes, I realized that later. Thanks! The real fix was #702 (bumping the github-api to the fixed version). Either way, we needed the action updates to get rid of the Node 16 warnings. |
Description
I was manually looking through CI and noticed that there are some failures which should be reported automatically by opening an issue. However that doesn't seem to work (for a while now):
See:
https://github.com/graalvm/mandrel/actions/runs/8090848687/job/22108990298
The last time this worked was here (Feb 22, 2024):
https://github.com/graalvm/mandrel/actions/runs/7999237051/job/21846716216
@zakkak PTAL when you're back.
The text was updated successfully, but these errors were encountered: