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

chore(deps): bump tj-actions/changed-files from 28 to 31 #13

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps tj-actions/changed-files from 28 to 31.

Release notes

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

v31

Changes in v31.0.0

🔥 🔥 BREAKING CHANGES 🔥 🔥

  • feat: use the last remote commit sha by default for push events

What's Changed

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


Changes in v31.0.1

What's Changed

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


v31.0.0

🔥 🔥 BREAKING CHANGES 🔥 🔥

  • feat: use the last remote commit sha by default for push events

What's Changed

... (truncated)

Changelog

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

v31 (2022-09-25)

Full Changelog

Merged pull requests:

v31.0.0 (2022-09-25)

Full Changelog

Merged pull requests:

v30 (2022-09-24)

Full Changelog

v30.0.0 (2022-09-24)

Full Changelog

Fixed bugs:

  • [BUG] Can't get all changed files after pushing new commit #639
  • [BUG] Add support for pull request close event with merge set to true #635

Closed issues:

  • Dependency Dashboard #27

Merged pull requests:

  • feat: add support for closed pull requests with merge true #640 (jackton1)
  • chore: log the github context in the test #638 (jackton1)
  • chore: update test to run workflow on pull request close event #637 (jackton1)
  • chore(deps): update peter-evans/create-pull-request action to v4.1.2 #636 (renovate[bot])
  • chore(deps): update codacy/codacy-analysis-cli-action action to v4.2.0 #634 (renovate[bot])
  • Upgraded to v29.0.9 #633 (jackton1)

... (truncated)

Commits
  • 75af1a4 Merge pull request #651 from tj-actions/fix/bug-with-forced-pushed-commits
  • b50afac updated get-base-sha.sh
  • 7de6088 Updated check
  • 8281b8a fix: bug with force pushed commits
  • d82ceda Merge pull request #650 from tj-actions/upgrade-to-v31.0.0
  • bff4726 Upgraded from v30 -> v31.0.0
  • 5184a75 Merge pull request #649 from tj-actions/chore/update-test
  • f60f9d4 chore: updated test
  • 9d736a1 Merge pull request #648 from tj-actions/chore/update-docs
  • d77ab55 chore: update docs
  • 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 28 to 31.
- [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@v28...v31)

---
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 Sep 26, 2022

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 7, 2022

Superseded by #14.

@dependabot dependabot bot closed this Oct 7, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/tj-actions/changed-files-31 branch October 7, 2022 01:28
pull bot pushed a commit that referenced this pull request May 23, 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>
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