You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my initial investigation, I also noticed that Github actions have been failing lately. Not sure if this is related to the snapshot publishing issue, as this issue seems to start occurring even before RC8 was released. It appears builds consistently failed at the autoupdate / autoupdate (push) task. Here's an example: https://github.com/zio/zio-prelude/runs/4491844268?check_suite_focus=true
PR-786 seems to be the culprit and causes the following error:
Evaluating pull request #786... PR_FILTER=labelled, checking if this PR's branch needs to be updated. Checking if this PR has a label in our list (type: dependencies, autoupdate). Pull request has label 'type: dependencies' and PR branch is behind base branch. Updating branch 'update/scala-compiler-2.13.7' on pull request #786 with changes from ref 'master'. Attempting branch update... Error: Caught error trying to update branch: Resource not accessible by integration Branch update failed, will retry in 300ms, retry #0 of 5. Attempting branch update... Error: Caught error trying to update branch: Resource not accessible by integration Branch update failed, will retry in 300ms, retry #1 of 5. Attempting branch update... Error: Caught error trying to update branch: Resource not accessible by integration Branch update failed, will retry in 300ms, retry #2 of 5. Attempting branch update... Error: Caught error trying to update branch: Resource not accessible by integration Branch update failed, will retry in 300ms, retry #3 of 5. Attempting branch update... Error: Caught error trying to update branch: Resource not accessible by integration Branch update failed, will retry in 300ms, retry #4 of 5. Attempting branch update... Error: Caught error trying to update branch: Resource not accessible by integration Error: Caught error running merge, skipping and continuing with remaining PRs Error: HttpError: Resource not accessible by integration
The text was updated successfully, but these errors were encountered:
I noticed that there has been no new snapshots since November 19:
https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-prelude_2.13/
https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-prelude_2.12/
In my initial investigation, I also noticed that Github actions have been failing lately. Not sure if this is related to the snapshot publishing issue, as this issue seems to start occurring even before RC8 was released. It appears builds consistently failed at the
autoupdate / autoupdate (push)
task. Here's an example:https://github.com/zio/zio-prelude/runs/4491844268?check_suite_focus=true
PR-786 seems to be the culprit and causes the following error:
The text was updated successfully, but these errors were encountered: