forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(docker): inherit `autoware-base` images (autowarefoundation#5492) * change run Signed-off-by: Yutaka Kondo <[email protected]> * use autoware-base images Signed-off-by: Yutaka Kondo <[email protected]> * update health-check Signed-off-by: Yutaka Kondo <[email protected]> * update load-env Signed-off-by: Yutaka Kondo <[email protected]> * update load-env Signed-off-by: Yutaka Kondo <[email protected]> * fix rebase Signed-off-by: Yutaka Kondo <[email protected]> * add build-args Signed-off-by: Yutaka Kondo <[email protected]> * fix hcl Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> * chore(autoware.repos): fix `autoware.universe` and `autoware_launch` versions to `0.39.0` (autowarefoundation#5479) * ci: update the pr template and add comment-on-pr workflow (autowarefoundation#5500) Signed-off-by: M. Fatih Cırıt <[email protected]> * ci(spell-check): switch the repository to autowarefoundation (autowarefoundation#5501) Signed-off-by: M. Fatih Cırıt <[email protected]> * ci(pre-commit-ansible): autoupdate (autowarefoundation#5217) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * ci(spell-check-diff): add explicit dict-packages (autowarefoundation#5503) Signed-off-by: M. Fatih Cırıt <[email protected]> * refactor(docker): fix `Dockerfile` indent (autowarefoundation#5495) fix indent Signed-off-by: Yutaka Kondo <[email protected]> * feat(docker): update cleanup scripts (autowarefoundation#5497) * update cleanup scripts Signed-off-by: Yutaka Kondo <[email protected]> * revert to ubuntu-22.04 Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> * ci(sync-files): make use of sync-files-templates repo (autowarefoundation#5504) Signed-off-by: M. Fatih Cırıt <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> Signed-off-by: M. Fatih Cırıt <[email protected]> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: M. Fatih Cırıt <[email protected]> Co-authored-by: awf-autoware-bot[bot] <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
44909ca
commit 25fc81b
Showing
23 changed files
with
196 additions
and
252 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Description | ||
|
||
## Related links | ||
|
||
**Parent Issue:** | ||
|
||
- Link | ||
|
||
<!-- ⬇️🟢 | ||
**Private Links:** | ||
- [CompanyName internal link]() | ||
⬆️🟢 --> | ||
|
||
## How was this PR tested? | ||
|
||
## Notes for reviewers | ||
|
||
None. | ||
|
||
## Effects on system behavior | ||
|
||
None. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
- repository: autowarefoundation/sync-file-templates | ||
files: | ||
- source: sources/.github/ISSUE_TEMPLATE/bug.yaml | ||
dest: .github/ISSUE_TEMPLATE/bug.yaml | ||
- source: sources/.github/ISSUE_TEMPLATE/config.yml | ||
dest: .github/ISSUE_TEMPLATE/config.yml | ||
- source: sources/.github/ISSUE_TEMPLATE/task.yaml | ||
dest: .github/ISSUE_TEMPLATE/task.yaml | ||
- source: sources/.github/dependabot.yaml | ||
dest: .github/dependabot.yaml | ||
- source: sources/.github/pull_request_template.md | ||
dest: .github/pull_request_template.md | ||
- source: sources/.github/stale.yml | ||
dest: .github/stale.yml | ||
- source: sources/.github/workflows/cancel-previous-workflows.yaml | ||
dest: .github/workflows/cancel-previous-workflows.yaml | ||
- source: sources/.github/workflows/comment-on-pr.yaml | ||
dest: .github/workflows/comment-on-pr.yaml | ||
- source: sources/.github/workflows/github-release.yaml | ||
dest: .github/workflows/github-release.yaml | ||
- source: sources/.github/workflows/pre-commit-optional.yaml | ||
dest: .github/workflows/pre-commit-optional.yaml | ||
- source: sources/.github/workflows/pre-commit-optional-autoupdate.yaml | ||
dest: .github/workflows/pre-commit-optional-autoupdate.yaml | ||
- source: sources/.github/workflows/pre-commit-autoupdate.yaml | ||
dest: .github/workflows/pre-commit-autoupdate.yaml | ||
- source: sources/.github/workflows/semantic-pull-request.yaml | ||
dest: .github/workflows/semantic-pull-request.yaml | ||
- source: sources/.github/workflows/spell-check-differential.yaml | ||
dest: .github/workflows/spell-check-differential.yaml | ||
- source: sources/.github/workflows/spell-check-daily.yaml | ||
dest: .github/workflows/spell-check-daily.yaml | ||
- source: sources/.github/workflows/sync-files.yaml | ||
dest: .github/workflows/sync-files.yaml | ||
- source: sources/.clang-format | ||
dest: .clang-format | ||
- source: sources/.clang-tidy | ||
dest: .clang-tidy | ||
- source: sources/.markdown-link-check.json | ||
dest: .markdown-link-check.json | ||
- source: sources/.markdownlint.yaml | ||
dest: .markdownlint.yaml | ||
- source: sources/.pre-commit-config-optional.yaml | ||
dest: .pre-commit-config-optional.yaml | ||
- source: sources/.pre-commit-config.yaml | ||
dest: .pre-commit-config.yaml | ||
- source: sources/.prettierignore | ||
dest: .prettierignore | ||
- source: sources/.prettierrc.yaml | ||
dest: .prettierrc.yaml | ||
- source: sources/.yamllint.yaml | ||
dest: .yamllint.yaml | ||
- source: sources/CODE_OF_CONDUCT.md | ||
dest: CODE_OF_CONDUCT.md | ||
- source: sources/CONTRIBUTING.md | ||
dest: CONTRIBUTING.md | ||
- source: sources/CPPLINT.cfg | ||
dest: CPPLINT.cfg | ||
- source: sources/DISCLAIMER.md | ||
dest: DISCLAIMER.md | ||
- source: sources/LICENSE | ||
dest: LICENSE | ||
- source: sources/setup.cfg | ||
dest: setup.cfg |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: comment-on-pr | ||
on: | ||
pull_request_target: | ||
|
||
jobs: | ||
comment-on-pr: | ||
runs-on: ubuntu-22.04 | ||
permissions: | ||
pull-requests: write | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Initial PR comment | ||
uses: marocchino/sticky-pull-request-comment@v2 | ||
with: | ||
message: | | ||
Thank you for contributing to the Autoware project! | ||
🚧 If your pull request is in progress, [switch it to draft mode](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft). | ||
Please ensure: | ||
- You've checked our [contribution guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/). | ||
- Your PR follows our [pull request guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/pull-request-guidelines/). | ||
- All required CI checks pass before [marking the PR ready for review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review). |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.