Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e0f57e

Browse files
committed
chore: ensure auto-approve-docs has a deep enough depth
This was failing on numerous PRs.
1 parent2d4706a commit1e0f57e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/contrib.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ jobs:
3434
pull-requests:write
3535
steps:
3636
-uses:actions/checkout@v3
37+
with:
38+
fetch-depth:0
3739
-name:Get changed files in the docs folder
3840
id:changed-files
3941
uses:tj-actions/changed-files@v35
4042
with:
41-
files:docs/*
43+
files:'docs/**'
4244
-uses:hmarr/auto-approve-action@v3
4345
if:github.actor == 'bpmct' && steps.changed-files.outputs.only_changed == 'true'
4446

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp