Skip to content

Commit 6781682

Browse files
chore: sync files (autowarefoundation#3698)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: isamu-takagi <isamu-takagi@users.noreply.github.com>
1 parent 371b5e9 commit 6781682

4 files changed

+5
-5
lines changed

.github/workflows/pre-commit-optional.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
steps:
1010
- name: Check out repository
1111
uses: actions/checkout@v3
12+
with:
13+
fetch-depth: 0
1214

1315
- name: Run pre-commit
1416
uses: autowarefoundation/autoware-github-actions/pre-commit@v1
1517
with:
1618
pre-commit-config: .pre-commit-config-optional.yaml
19+
base-branch: origin/${{ github.base_ref }}

.markdown-link-check.json

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
},
1010
{
1111
"pattern": "^https://github.com/.*/discussions/new"
12-
},
13-
{
14-
"pattern": "^https://doi.org/10.2172/7309916"
1512
}
1613
],
1714
"retryOn429": true,

.pre-commit-config-optional.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/tcort/markdown-link-check
3-
rev: v3.11.1
3+
rev: v3.11.2
44
hooks:
55
- id: markdown-link-check
66
args: [--quiet, --config=.markdown-link-check.json]

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
conduct@autoware.org.
63+
<conduct@autoware.org>.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

0 commit comments

Comments
 (0)