Azure / Azure/arc-cicd-demo-src
CI on pr only is not working on Azure DevOps Repo and Azure DevOps Pipeline
- Dominant language
- Shell
- Stars
- 34
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
This code snippet is not working on Azure Repoes.
https://github.com/Azure/arc-cicd-demo-src/blob/master/.pipelines/az-vote-pr-pipeline.yaml#L3-L7
```
trigger: none
pr:
branches:
include:
- master
```
```
Git Source: Azure DevOps Repo
CI/CD: Azure DevOps Pipeline
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with .pipelines/az-vote-pr-pipeline.yaml at lines 3-7 and review how the Azure DevOps Repo and Azure DevOps Pipeline interpret the trigger and pr settings. Reproduce the configuration in the linked example and determine whether pull-request-only CI runs; done means the expected PR trigger works for the master branch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100