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

[pull] main from autowarefoundation:main #51

Open
wants to merge 138 commits into
base: main
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 9, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot and others added 2 commits June 9, 2022 11:08
* chore(deps): bump actions/setup-python in /delete-closed-pr-docs

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update action.yaml

* Update action.yaml

* Update action.yaml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kenji Miyake <[email protected]>
…ts (#164)

* feat(deploy-docs): add new input variable to select mkdocs-requirements

Signed-off-by: Takayuki AKAMINE <[email protected]>

* chore(deploy-docs): updated README.md

Signed-off-by: Takayuki AKAMINE <[email protected]>

* Update deploy-docs/README.md

Co-authored-by: Kenji Miyake <[email protected]>

* ci(pre-commit): autofix

* Update deploy-docs/action.yaml

Co-authored-by: Kenji Miyake <[email protected]>

* Update deploy-docs/action.yaml

Co-authored-by: Kenji Miyake <[email protected]>

Co-authored-by: Kenji Miyake <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@pull pull bot added the ⤵️ pull label Jun 9, 2022
kenji-miyake and others added 27 commits June 10, 2022 13:58
* fix(sync-files): run pre-commands before if-condition

Signed-off-by: Kenji Miyake <[email protected]>

* remove "|| true"

Signed-off-by: Kenji Miyake <[email protected]>

* fix comments

Signed-off-by: Kenji Miyake <[email protected]>
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](pre-commit/mirrors-prettier@v2.6.2...v2.7.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.32.0](igorshubovych/markdownlint-cli@v0.31.1...v0.32.0)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.27.1](adrienverge/yamllint@v1.26.3...v1.27.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: add an action 'update-codeowners-from-package'

Signed-off-by: Kenji Miyake <[email protected]>

* fix default values

Signed-off-by: Kenji Miyake <[email protected]>

* replace fd, sd, and rg

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
* refactor: change order of parameters

Signed-off-by: Kenji Miyake <[email protected]>

* ci(clang-tidy): support target files input

Signed-off-by: Kenji Miyake <[email protected]>

* fix

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
…licates (#184)

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
* fix(clang-tidy, colcon-build): use RelWithDebInfo for CMAKE_BUILD_TYPE

Signed-off-by: Kenji Miyake <[email protected]>

* use Debug

Signed-off-by: Kenji Miyake <[email protected]>

* make cmake-build-type optional

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
…ache key (#186)

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4 to 5.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v4...v5)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(check-file-existence): make `condition` optional

Signed-off-by: Kenji Miyake <[email protected]>

* chore: remove redundant `condition`

Signed-off-by: Kenji Miyake <[email protected]>

* chore: fix comments

Signed-off-by: Kenji Miyake <[email protected]>

* fix(check-file-existence): fix condition

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
…xists (#192)

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
* feat(spell_check): add incremental-files-only option

Signed-off-by: Kotaro Yoshimoto <[email protected]>

* chore(spell-check): fix pre-commit error

Signed-off-by: Kotaro Yoshimoto <[email protected]>

* chore(spell-check): delete description of incremental-files-only argument

Signed-off-by: Kotaro Yoshimoto <[email protected]>

* doc(spell-check): add description for inputs.incremental-files-only

Signed-off-by: Kotaro Yoshimoto <[email protected]>

* doc(spell-check): fix README according to review

Co-authored-by: Kenji Miyake <[email protected]>
Signed-off-by: Kotaro Yoshimoto <[email protected]>

* ci(pre-commit): autofix

Signed-off-by: Kotaro Yoshimoto <[email protected]>

* doc(spell-check): fix README according to review

Co-authored-by: Kenji Miyake <[email protected]>
Signed-off-by: Kotaro Yoshimoto <[email protected]>

Signed-off-by: Kotaro Yoshimoto <[email protected]>
Co-authored-by: Kenji Miyake <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
xmfcx and others added 30 commits March 6, 2024 16:52
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
…ell-check (#289)

chore(deps): bump streetsidesoftware/cspell-action in /spell-check

Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 5 to 6.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell-action@v5...v6)

---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#283)

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… /deploy-docs (#277)

chore(deps): bump peter-evans/create-or-update-comment in /deploy-docs

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…angelog (#274)

chore(deps): bump actions/upload-artifact in /generate-changelog

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.41.0](igorshubovych/markdownlint-cli@v0.38.0...v0.41.0)
- [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
- [github.com/scop/pre-commit-shfmt: v3.7.0-4 → v3.8.0-1](scop/pre-commit-shfmt@v3.7.0-4...v3.8.0-1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
#296)

Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2 to 3.
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](peter-evans/find-comment@v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/find-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(create_prs_for_vcs_repositories_update): add initial files

Signed-off-by: Junya Sasaki <[email protected]>

* renamed from create_prs_for_vcs_repositories_update to create-prs-for-vcs-repositories-update

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-for-vcs-repositories-update): fix a wrong branch name in README.md

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create_prs_for_vcs_repositories_update): add missing shell property

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create_prs_for_vcs_repositories_update): bug fix in missing using property

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create_prs_for_vcs_repositories_update): bug fix for missing back-slash

Signed-off-by: Junya Sasaki <[email protected]>

* doc(create-prs-for-vcs-repositories-update): fix missing description in README.md

Signed-off-by: Junya Sasaki <[email protected]>

* doc(create-prs-for-vcs-repositories-update): fix temporary names

Signed-off-by: Junya Sasaki <[email protected]>

* style(pre-commit): autofix

* fix(create-prs-for-vcs-repositories-update): fix yamllint errors

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-for-vcs-repositories-update): Avoid cspell check fail due to a word "Github"

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-for-vcs-repositories-update): fix wrong comments

  * noqa does not work for cspell check

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-for-vcs-repositories-update): use "-" not "_"

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-for-vcs-repositories-update): renamed as follows except folder

  * create-prs-for-vcs-repositories-update -> create-prs-to-update-vcs-repositories

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): renamed folder as follows

  * create-prs-for-vcs-repositories-update -> create-prs-to-update-vcs-repositories

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): rename a function to be context aware

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): do not declare logger outside of used scope

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): parse args inside of used scope

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): typos

Signed-off-by: Junya Sasaki <[email protected]>

---------

Signed-off-by: Junya Sasaki <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…whose format is `X.Y.Z` (#320)

* fix(create-prs-to-update-vcs-repositories): fix as follows (see below)

  * Only handles formats such as: "1.0.0", "1.1.1", "0.0.9", ... etc
  * Following ones are the mismatched examples:
```
        "v0.0.1",               # mismatch
        "ros2-v0.0.4",          # mismatch
        "xxx-1.0.0-yyy",        # mismatch
        "v1.2.3-beta",          # mismatch
        "v1.0",                 # mismatch
        "v2",                   # mismatch
        "1.0.0-alpha+001",      # mismatch
        "v1.0.0-rc1+build.1",   # mismatch
        "2.0.0+build.1848",     # mismatch
        "2.0.1-alpha.1227",     # mismatch
        "1.0.0-alpha.beta",     # mismatch
        "ros_humble-v0.10.2"    # mismatch
```

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): fix a wrong match method

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): fix README.md

  * Make clear what is the condition for creating a PR

Signed-off-by: Junya Sasaki <[email protected]>

* style(pre-commit): autofix

* fix(create-prs-to-update-vcs-repositories): specify language for fenced code block

Signed-off-by: Junya Sasaki <[email protected]>

* style(pre-commit): autofix

* fix(create-prs-to-update-vcs-repositories): fix wrongly saved README.md

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): fix wrong plaintext annotation

Signed-off-by: Junya Sasaki <[email protected]>

* style(pre-commit): autofix

Signed-off-by: Junya Sasaki <[email protected]>

* Update create-prs-to-update-vcs-repositories/README.md

Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): fixes in semver (see below):

  * Do not allow to change the semver pattern via argument: use only fixed pattern.
  * Add description to make it explicit what kind of patterns are supported.

Signed-off-by: Junya Sasaki <[email protected]>

* feat(create-prs-to-update-vcs-repositories): support release types (see below):

  * Support separated PRs for major, minor, and patch updates
  * If not specified, PR will be created for any updates

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): ignore a word "devrelease" from spell check

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): apply missing updates

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): bug fix (see below):

  * The existing branch list is not updated correctly.
    When major, minor, patch, and any are all enabled,
    The same name branch can be processed twice.
    This eventually causes an error like:
```
nothing to commit
```

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): cosmetic fix

  * The information is duplicated that of README.md

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): fix code duplication

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): cosmetic fix

  * Keep consistent indentation

Signed-off-by: Junya Sasaki <[email protected]>

* fix(create-prs-to-update-vcs-repositories): fix a yamllint bug

Signed-off-by: Junya Sasaki <[email protected]>

---------

Signed-off-by: Junya Sasaki <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* feat: attach `git diff` in the PR description

Signed-off-by: Junya Sasaki <[email protected]>

* fix: simplify link symbol

Signed-off-by: Junya Sasaki <[email protected]>

* Update create-prs-to-update-vcs-repositories/create_prs_to_update_vcs_repositories.py

Signed-off-by: Junya Sasaki <[email protected]>

Co-authored-by: Yutaka Kondo <[email protected]>

* Update create-prs-to-update-vcs-repositories/create_prs_to_update_vcs_repositories.py

Signed-off-by: Junya Sasaki <[email protected]>

Co-authored-by: M. Fatih Cırıt <[email protected]>

---------

Signed-off-by: Junya Sasaki <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
Co-authored-by: M. Fatih Cırıt <[email protected]>
* fix(github-runner): fix to use ubuntu-22.04 (see below)

  * It seems the default OS will change from ubuntu-22.04 to ubuntu-24.04
    around on 30th Oct. 2024
    (Ref. actions/runner-images#10636)
  * To prevent from the unexpected fixes for a while, keep using ubuntu-22.04

Signed-off-by: Junya Sasaki <[email protected]>

---------

Signed-off-by: Junya Sasaki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.