mirror of
				https://github.com/gethomepage/homepage.git
				synced 2025-11-01 19:17:03 -04:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.2 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.2 KiB
		
	
	
	
	
	
	
	
title, description
| title | description | 
|---|---|
| Azure DevOps | Azure DevOps Widget Configuration | 
Learn more about Azure DevOps.
This widget has 2 functions:
- 
Pipelines: checks if the relevant pipeline is running or not, and if not, reports the last status. 
 Allowed fields:["result", "status"].
- 
Pull Requests: returns the amount of open PRs, the amount of the PRs you have open, and how many PRs that you open are marked as 'Approved' by at least 1 person and not yet completed. 
 Allowed fields:["totalPrs", "myPrs", "approved"].
You will need to generate a personal access token for an existing user, see the azure documentation
widget:
  type: azuredevops
  organization: myOrganization
  project: myProject
  definitionId: pipelineDefinitionId # required for pipelines
  branchName: branchName # optional for pipelines, leave empty for all
  userEmail: email # required for pull requests
  repositoryId: prRepositoryId # required for pull requests
  key: personalaccesstoken