We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f510db4 commit 2e72117Copy full SHA for 2e72117
1 file changed
.github/workflows/assign-reviewer.yml
@@ -12,8 +12,7 @@ jobs:
12
steps:
13
- name: Assign reviewer
14
if: >
15
- github.actor != 'dependabot[bot]'
16
- && startsWith(github.event.pull_request.title, 'build(deps-dev): bump ') == false
+ startsWith(github.event.pull_request.title, 'build(deps-dev): bump ') == false
17
&& contains(github.event.action, 'opened')
18
run: >
19
gh pr edit ${{ github.event.pull_request.html_url }}
0 commit comments