Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/policies/milestoneAssignment.prClosed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
resourceManagementConfiguration:
eventResponderTasks:
- if:
- payloadType: Pull_Request

Check failure on line 12 in .github/policies/milestoneAssignment.prClosed.yml

View check run for this annotation

Dotnet Policy Service / GitOps/YmlValidation

.github/policies/milestoneAssignment.prClosed.yml#L12

No node deserializer was able to deserialize the node into type GitOps.PullRequestIssueManagement.Core.Primitives.Data.Actions.IfAction, GitOps.PullRequestIssueManagement.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null
- isAction:
action: Closed
- targetsBranch:
branch: main
then:
- addMilestone:
milestone: 13.0
milestone: 13.1
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
- if:
- payloadType: Pull_Request
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- This repo version -->
<MajorVersion>13</MajorVersion>
<MinorVersion>0</MinorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
Expand Down