Update condition to move Dependabot PRs to Code Review for bump titles

This commit is contained in:
Ahmed Ejaz
2025-09-04 05:53:48 +05:00
parent 4bf1b7ac08
commit 9f396a40b7

View File

@@ -7,7 +7,7 @@ on:
jobs:
move-pr-to-project:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]' || startsWith(github.event.pull_request.title, 'Bump')
steps:
- name: Move PR to Code Review in Project v2
uses: actions/github-script@v7