Skip to content

Commit

Permalink
Add Servicing-consider to new release PRs (#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr authored Apr 4, 2024
1 parent a9175de commit b389a49
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/policies/labelManagement.issueOpened.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: labelManagement.issueOpened
name: New Issues
description: Adds CodeFlow link to new PRs
description: Adds information when PRs are opened
owner:
resource: repository
disabled: false
Expand All @@ -15,3 +15,16 @@ configuration:
action: Opened
then:
- addCodeFlowLink
- description: Add Servicing-consider label to PRs against release branches
if:
- payloadType: Pull_Request
- isAction:
action: Opened
- not:
hasLabel:
label: Servicing-consider
- targetsBranch:
branch: release/8.0
then:
- addLabel:
label: Servicing-consider

0 comments on commit b389a49

Please sign in to comment.