-
-
Notifications
You must be signed in to change notification settings - Fork 2
Automation suggestion #1
Comments
There's very likely an API, assuming Hub doesn't parse the pages. I'll first check that. |
I've had a look at this and would suggest the following:
|
Makes sense. Seems like #2 is missing the scheduling |
Wanted to hear your thoughts first before doing that change. Now that I have, I'll update the CI.
Yep, makes sense. Didn't want to do auto-update-to-latest in sentry-unity, just here |
A GHA workflow that runs on a schedule and checks Unity's release page for new releases: https://unity3d.com/unity/whats-new/
If a release came out, it creates a PR in this repo bumping the version in the yml file:
unity-docker/.github/workflows/ci.yml
Lines 26 to 33 in e7c5083
It would need to make sure it won't open a PR if one exists (regardless of its state (merged, open or closed)
The text was updated successfully, but these errors were encountered: