Skip to content

Commit bfb28e0

Browse files
authored
Add Release .NET 6 label to breaking change issues (#25302)
1 parent 0589fe7 commit bfb28e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.repoman.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ issues:
4343
pass:
4444
- labels-add: ["source incompatible"]
4545

46+
# Checks breaking change version and adds a label
47+
- check:
48+
- type: query
49+
value: "contains(Issue.body, '.NET 6 Preview') == `true` || contains(Issue.body, '.NET 6 RC') == `true` || contains(Issue.body, '.NET 6 GA') == `true`"
50+
pass:
51+
- labels-add: [":checkered_flag: Release .NET 6"]
52+
4653
# Add to .NET 6 project if .NET 6 label added
4754
- check:
4855
- type: query

0 commit comments

Comments
 (0)