docs: Update points.yml#420
Closed
wildwoosig wants to merge 7 commits into
Closed
Conversation
Corrected instances of "path" to "points" to match sample, plus removed note which is relevant for the path parameter in snap to roads, but isn't relevant for nearest roads. Buganizer bug: b/263178829
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
wangela
requested changes
Jan 12, 2023
Member
There was a problem hiding this comment.
- To clear the Semantic PR check, edit the title of this pull request to add
docs:as a prefix to the existing title. This indicates to the release workflow what kind of change this is. - Update your branch to sync with main to pull in the recent fixes to the test workflow.
Author
|
I've updated the title. Trying to figure out how to sync. I didn't download as a local repository. Also can't figure out how to restart the test. |
- Removes deprecated managed_directories, see bazelbuild/bazel#15463 - Fixes issue with @build_bazel_rules_nodejs, see bazel-contrib/rules_nodejs#2733 (comment) - Sets test action to use Ubuntu-20.04 because it's needed for pkg_tar (bazelbuild/bazel#11554) since python2 was removed from Ubuntu after 20.04.
Sets release action to use Ubuntu-20.04 because it's needed for pkg_tar (bazelbuild/bazel#11554) since python2 was removed from Ubuntu after 20.04.
## [1.22.1](v1.22.0...v1.22.1) (2023-01-11) ### Bug Fixes * Fixes various deprecations in test action ([#425](#425)) ([1efae2f](1efae2f)), closes [/github.com/bazel-contrib/rules_nodejs/issues/2733#issuecomment-903111659](https://github.com//github.com/bazelbuild/rules_nodejs/issues/2733/issues/issuecomment-903111659) * sets release action to use ubuntu-20.04 ([4dc4034](4dc4034)) * sets semantic release version to 19 in release action ([f6ac071](f6ac071))
amuramoto
requested review from
a team and
mpegg21
and removed request for
a team
January 12, 2023 22:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrected instances of "path" to "points" to match sample, plus removed note which is relevant for the path parameter in snap to roads, but isn't relevant for nearest roads.
Fixes #419 🦕