Skip to content

Commit 2e72117

Browse files
ci(github): update assign-reviewer.yml
1 parent f510db4 commit 2e72117

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/assign-reviewer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
steps:
1313
- name: Assign reviewer
1414
if: >
15-
github.actor != 'dependabot[bot]'
16-
&& startsWith(github.event.pull_request.title, 'build(deps-dev): bump ') == false
15+
startsWith(github.event.pull_request.title, 'build(deps-dev): bump ') == false
1716
&& contains(github.event.action, 'opened')
1817
run: >
1918
gh pr edit ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)