-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed case where defaultBranch isn't available (#549)
# Description What - Fixed case where ADO integration would fail if default branch isn't provided Why - This is failing the integration from fetching repository policies How - Add the key if exists in the repository data, ignore it if not ## Type of change Please leave one option from the following and delete the rest: - [ ] Bug fix (non-breaking change which fixes an issue) --------- Co-authored-by: Yair Siman Tov <[email protected]>
- Loading branch information
1 parent
1867ceb
commit 126538a
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "azure-devops" | ||
version = "0.1.10" | ||
version = "0.1.11" | ||
description = "An Azure Devops Ocean integration" | ||
authors = ["Matan Geva <[email protected]>"] | ||
|
||
|