From cf38d478bc4546b2ad79de8f90e2494b3b8f02a4 Mon Sep 17 00:00:00 2001 From: kenji-miyake Date: Wed, 14 Jun 2023 00:15:04 +0000 Subject: [PATCH] chore: sync files Signed-off-by: GitHub --- .github/workflows/pre-commit-optional.yaml | 3 +++ .markdown-link-check.json | 3 --- .pre-commit-config-optional.yaml | 2 +- CODE_OF_CONDUCT.md | 2 +- mkdocs.yaml | 4 +++- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pre-commit-optional.yaml b/.github/workflows/pre-commit-optional.yaml index 93e05dc2c79e5..e754ecab24f85 100644 --- a/.github/workflows/pre-commit-optional.yaml +++ b/.github/workflows/pre-commit-optional.yaml @@ -9,8 +9,11 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run pre-commit uses: autowarefoundation/autoware-github-actions/pre-commit@v1 with: pre-commit-config: .pre-commit-config-optional.yaml + base-branch: origin/${{ github.base_ref }} diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 2279120c7083b..c71a3e4253687 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -9,9 +9,6 @@ }, { "pattern": "^https://github.com/.*/discussions/new" - }, - { - "pattern": "^https://doi.org/10.2172/7309916" } ], "retryOn429": true, diff --git a/.pre-commit-config-optional.yaml b/.pre-commit-config-optional.yaml index eb008730c1553..3b43f9ae1139d 100644 --- a/.pre-commit-config-optional.yaml +++ b/.pre-commit-config-optional.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/tcort/markdown-link-check - rev: v3.11.1 + rev: v3.11.2 hooks: - id: markdown-link-check args: [--quiet, --config=.markdown-link-check.json] diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c493cad4da591..8dbcfb8510a57 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -conduct@autoware.org. +. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/mkdocs.yaml b/mkdocs.yaml index a72529fbe959a..64c2f07a4e5ef 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -55,7 +55,9 @@ plugins: regex: - ^(?!(.*/)?assets/).*\.(?!(.*\.)?md|(.*\.)?svg|(.*\.)?png|(.*\.)?gif|(.*\.)?jpg).*$ - ^(.*/)?[^.]*$ - - macros + - macros: + include_yaml: + - autoware_interfaces: yaml/autoware-interfaces.yaml - mkdocs-video - same-dir - search