Rename job from 'move-pr-to-project' to 'move-pr-to-code-review' for clarity

This commit is contained in:
Ahmed Ejaz
2025-09-04 05:57:40 +05:00
parent 9f396a40b7
commit 1654bb2b0a

View File

@@ -5,7 +5,7 @@ on:
types: [opened]
jobs:
move-pr-to-project:
move-pr-to-code-review:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' || startsWith(github.event.pull_request.title, 'Bump')
steps: