Label all maestro PRs w/ area-infrastructure - #62146
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the resource management policy so that all dependency update PRs, regardless of branch, receive the area-infrastructure label.
- Removed the
targetsBranch: maincondition from the policy
Comments suppressed due to low confidence (3)
.github/policies/resourceManagement.yml:242
- After removing the
targetsBranchentries, verify that the surrounding list indentation remains valid to avoid introducing an empty list item or YAML syntax errors.
then:
.github/policies/resourceManagement.yml:239
- [nitpick] Consider adding a comment above this rule to note that it now applies to all branches, so future maintainers understand the broadened scope.
- titleContains:
.github/policies/resourceManagement.yml:240
- Add or update automated tests to cover dependency update PRs on branches other than
mainto prevent regressions.
pattern: Source code updates
Member
Author
|
/ba-g Fabricbot update only |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes a small change to the
.github/policies/resourceManagement.ymlfile. The change removes thetargetsBranchcondition that specified themainbranch as a target for applying the policy to apply thearea-infrastructurelabel to dependency update PRs.