Skip to content

Commit c229499

Browse files
authored
Correct typo
1 parent 7d56214 commit c229499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure_pipelines/pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ trigger:
1717

1818
# Define parallel jobs that run build script for specified targets
1919
jobs:
20-
- job: 'PRAssitant'
20+
- job: 'PRAssistant'
2121
pool:
2222
vmImage: 'ubuntu-latest'
2323
timeOutInMinutes: 5
24-
displayName: Clone PR in ADO
24+
displayName: Invoke pipeline PRAssistantInvoker to trigger copilot code review
2525
steps:
2626
- bash: |
2727
echo "Source branch : $(System.PullRequest.SourceBranch) Target branch : $(System.PullRequest.targetBranchName)"
2828
az pipelines run --project 'IDDP' --id 2728 --branch dev --organization 'https://dev.azure.com/IdentityDivision' --variables source_branch=$(System.PullRequest.SourceBranch) target_branch=$(System.PullRequest.targetBranchName)
29-
displayName: 'Trigger pipeline in ADO clone for PRAssistant bot to review'
29+
displayName: 'Invoke pipeline PRAssistantInvoker'
3030
env:
3131
AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)
3232
failOnStderr: false

0 commit comments

Comments
 (0)