Skip to content

Commit 0b01a20

Browse files
Assign area:builds to version bump PRs (#8205)
## Summary of changes This PR assigns the label area:builds to version bump PRs. ## Reason for change During releases, version bump PRs are created and they have no label, which makes the workflow add-labels to fail. It's not a big deal, we can manually add a proper label and rerun the workflow, but it's better if we do that automatically. ## Implementation details ## Test coverage ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. -->
1 parent 5972c84 commit 0b01a20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/labeller.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ labels:
4747
- name: "area:builds"
4848
title: "^\\[?(?i)build"
4949

50+
- name: "area:builds"
51+
title: "^\\[?(?i)(version bump)"
52+
5053
- name: "area:ssi"
5154
title: "^\\[?(?i)(fleet installer)"
5255

0 commit comments

Comments
 (0)