Skip to content

Commit dd4606b

Browse files
Merge pull request #1782 from tier4/beta-to-tier4-main-sync
chore: sync beta branch beta/v0.41 with tier4/main
2 parents 1565e4e + a270c6c commit dd4606b

File tree

2,038 files changed

+50828
-31260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,038 files changed

+50828
-31260
lines changed

.cppcheck_suppressions

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*:*/test/*
2+
*:*/examples/*
3+
*:*/benchmarks/*
24

35
checkersReport
46
missingInclude

.github/_CODEOWNERS

+39-40
Large diffs are not rendered by default.

.github/actions/build-and-test-differential/action.yaml

-111
This file was deleted.

.github/dependabot.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ version: 2
66
updates:
77
- package-ecosystem: github-actions
88
directory: /
9+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
910
schedule:
10-
interval: daily
11+
interval: monthly
1112
open-pull-requests-limit: 1
1213
labels:
1314
- tag:bot

.github/labeler.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@
3939
- tools/**/*
4040
"component:vehicle":
4141
- vehicle/**/*
42-
"tag:require-cuda-build-and-test":
43-
- perception/**/*
44-
- sensing/**/*

.github/sync-files.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
- source: .github/workflows/comment-on-pr.yaml
1616
- source: .github/workflows/delete-closed-pr-docs.yaml
1717
- source: .github/workflows/deploy-docs.yaml
18-
- source: .github/workflows/github-release.yaml
1918
- source: .github/workflows/pre-commit.yaml
2019
- source: .github/workflows/pre-commit-optional.yaml
2120
- source: .github/workflows/pre-commit-optional-autoupdate.yaml

0 commit comments

Comments
 (0)