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

Commit4c204fc

Browse files
authored
chore: ensure auto-approve-docs has a deep enough depth (#6484)
* chore: ensure auto-approve-docs has a deep enough depthThis was failing on numerous PRs.* Remove check because it isn't working
1 parent23bebb4 commit4c204fc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

‎.github/workflows/contrib.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,6 @@ jobs:
2727
steps:
2828
-uses:hmarr/auto-approve-action@v3
2929
if:github.actor == 'dependabot[bot]'
30-
auto-approve-docs:
31-
runs-on:ubuntu-latest
32-
if:github.event_name == 'pull_request_target'
33-
permissions:
34-
pull-requests:write
35-
steps:
36-
-uses:actions/checkout@v3
37-
-name:Get changed files in the docs folder
38-
id:changed-files
39-
uses:tj-actions/changed-files@v35
40-
with:
41-
files:docs/*
42-
-uses:hmarr/auto-approve-action@v3
43-
if:github.actor == 'bpmct' && steps.changed-files.outputs.only_changed == 'true'
4430

4531
cla:
4632
runs-on:ubuntu-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp