Skip to content
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

build(deps): bump tj-actions/changed-files from 29 to 32 #13

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps tj-actions/changed-files from 29 to 32.

Release notes

Sourced from tj-actions/changed-files's releases.

v32

Changes in v32.0.0

What's Changed

New Contributors

Full Changelog: tj-actions/changed-files@v31...v32.0.0


v32.0.0

What's Changed

New Contributors

Full Changelog: tj-actions/changed-files@v31...v32.0.0

v31.0.3

What's Changed

Full Changelog: tj-actions/changed-files@v31...v31.0.3

v31.0.2

What's Changed

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

v32 (2022-10-06)

Full Changelog

Closed issues:

  • Dependency Dashboard #27

Merged pull requests:

v31.0.3 (2022-10-02)

Full Changelog

v31 (2022-10-02)

Full Changelog

Fixed bugs:

  • [BUG] I'd like to use file name consisting of Korean, not English #658
  • Relative path from a working directory #657
  • Similar commit hash detected. You seem to be missing fetch-depth:0 #656

Merged pull requests:

Commits
  • 2706452 Update test.txt
  • a8b258a Merge pull request #674 from tj-actions/chore/update-readme
  • d3148ec Updated README.md
  • 0190fb3 Merge pull request #673 from tj-actions/all-contributors/add-kostiantyn-korni...
  • f0f5252 update .all-contributorsrc [skip ci]
  • 9461844 update README.md [skip ci]
  • 03730a3 Merge pull request #671 from kostiantyn-korniienko-aurea/patch-1
  • bfda1ec TUPO fix
  • 17ab284 chore(deps): update tj-actions/glob action to v14
  • f51c3c4 chore(deps): update actions/checkout action to v3.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29 to 32.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v29...v32)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 6, 2022

The following labels could not be found: bot, github-actions.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 21, 2022

Superseded by #16.

@dependabot dependabot bot closed this Oct 21, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/tj-actions/changed-files-32 branch October 21, 2022 20:04
kminoda pushed a commit that referenced this pull request May 30, 2023
…warefoundation#3765)

* feat(intersection): disable peeking while collision is detected

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* preempt PR3711 (#11)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* fixed !has_collision

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* Preempt PR3711(2) (#13)

* fix(intersection): use 0 offset peeking line

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* use braking distance

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* add pass_judge_wall_pose marker

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* keep detection if ego is between stopline and pass judge line and velocity is below threshold

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* modify condition

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* use 0.0s for delay response time

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* right turn scenario passes

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* find all stop line candidates at first in order

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* use keep_detection_vel for staticPassJudgeLine

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* added COLLISION_DETECTED state

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* po

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* Revert "Preempt PR3711(2) (#13)"

This reverts commit 7fd41ab.

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* Revert "preempt PR3711 (#11)"

This reverts commit a6d7fb6.

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* call setSafe() regardless of occlusion_stop_required

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
kminoda pushed a commit that referenced this pull request Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants