mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 11:37:04 +09:00
Fix resourcemanagement.yml for os-ios, os-android etc (#106198)
They need to be a separate section otherwise it triggers `area-*` subscriptions too when an `os-*` is added.
This commit is contained in:
parent
070fbe41b1
commit
16fc0babb4
1 changed files with 134 additions and 120 deletions
254
.github/policies/resourceManagement.yml
vendored
254
.github/policies/resourceManagement.yml
vendored
|
@ -321,20 +321,6 @@ configuration:
|
|||
label: area-Tools-ILLink
|
||||
- labelAdded:
|
||||
label: area-vm-coreclr
|
||||
- labelAdded:
|
||||
label: linkable-framework
|
||||
- labelAdded:
|
||||
label: size-reduction
|
||||
- labelAdded:
|
||||
label: arch-wasm
|
||||
- labelAdded:
|
||||
label: os-ios
|
||||
- labelAdded:
|
||||
label: os-tvos
|
||||
- labelAdded:
|
||||
label: os-maccatalyst
|
||||
- labelAdded:
|
||||
label: os-android
|
||||
then:
|
||||
- if:
|
||||
- hasLabel:
|
||||
|
@ -1607,112 +1593,6 @@ configuration:
|
|||
replyTemplate: >-
|
||||
Tagging subscribers to this area: ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
- if:
|
||||
- hasLabel:
|
||||
label: linkable-framework
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- eerhardt
|
||||
- vitek-karas
|
||||
- LakshanF
|
||||
- sbomer
|
||||
- joperezr
|
||||
- marek-safar
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'linkable-framework': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
- if:
|
||||
- hasLabel:
|
||||
label: size-reduction
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- eerhardt
|
||||
- SamMonoRT
|
||||
- marek-safar
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'size-reduction': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
- if:
|
||||
- hasLabel:
|
||||
label: arch-wasm
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- lewing
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'arch-wasm': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
- if:
|
||||
- hasLabel:
|
||||
label: os-ios
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- vitek-karas
|
||||
- kotlarmilos
|
||||
- ivanpovazan
|
||||
- steveisok
|
||||
- akoeplinger
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'os-ios': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
- if:
|
||||
- hasLabel:
|
||||
label: os-android
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- vitek-karas
|
||||
- simonrozsival
|
||||
- steveisok
|
||||
- akoeplinger
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'arch-android': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
- if:
|
||||
- hasLabel:
|
||||
label: os-tvos
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- vitek-karas
|
||||
- kotlarmilos
|
||||
- ivanpovazan
|
||||
- steveisok
|
||||
- akoeplinger
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'os-tvos': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
- if:
|
||||
- hasLabel:
|
||||
label: os-maccatalyst
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- vitek-karas
|
||||
- kotlarmilos
|
||||
- ivanpovazan
|
||||
- steveisok
|
||||
- akoeplinger
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'os-maccatalyst': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
description: Area-owners
|
||||
|
@ -1790,6 +1670,140 @@ configuration:
|
|||
- addLabel:
|
||||
label: linkable-framework
|
||||
description: '[Linkable-framework workgroup] Add linkable-framework label to Prs that get changes pushed where they touch *ILLInk* files'
|
||||
- if:
|
||||
- or:
|
||||
- payloadType: Issues
|
||||
- payloadType: Pull_Request
|
||||
- labelAdded:
|
||||
label: linkable-framework
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- eerhardt
|
||||
- vitek-karas
|
||||
- LakshanF
|
||||
- sbomer
|
||||
- joperezr
|
||||
- marek-safar
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'linkable-framework': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
description: '@Mention for linkable-framework'
|
||||
- if:
|
||||
- or:
|
||||
- payloadType: Issues
|
||||
- payloadType: Pull_Request
|
||||
- labelAdded:
|
||||
label: size-reduction
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- eerhardt
|
||||
- SamMonoRT
|
||||
- marek-safar
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'size-reduction': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
description: '@Mention for size-reduction'
|
||||
- if:
|
||||
- or:
|
||||
- payloadType: Issues
|
||||
- payloadType: Pull_Request
|
||||
- labelAdded:
|
||||
label: arch-wasm
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- lewing
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'arch-wasm': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
description: '@Mention for arch-wasm'
|
||||
- if:
|
||||
- or:
|
||||
- payloadType: Issues
|
||||
- payloadType: Pull_Request
|
||||
- labelAdded:
|
||||
label: os-ios
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- vitek-karas
|
||||
- kotlarmilos
|
||||
- ivanpovazan
|
||||
- steveisok
|
||||
- akoeplinger
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'os-ios': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
description: '@Mention for os-ios'
|
||||
- if:
|
||||
- or:
|
||||
- payloadType: Issues
|
||||
- payloadType: Pull_Request
|
||||
- labelAdded:
|
||||
label: os-android
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- vitek-karas
|
||||
- simonrozsival
|
||||
- steveisok
|
||||
- akoeplinger
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'arch-android': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
description: '@Mention for os-android'
|
||||
- if:
|
||||
- or:
|
||||
- payloadType: Issues
|
||||
- payloadType: Pull_Request
|
||||
- labelAdded:
|
||||
label: os-tvos
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- vitek-karas
|
||||
- kotlarmilos
|
||||
- ivanpovazan
|
||||
- steveisok
|
||||
- akoeplinger
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'os-tvos': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
description: '@Mention for os-tvos'
|
||||
- if:
|
||||
- or:
|
||||
- payloadType: Issues
|
||||
- payloadType: Pull_Request
|
||||
- labelAdded:
|
||||
label: os-maccatalyst
|
||||
then:
|
||||
- mentionUsers:
|
||||
mentionees:
|
||||
- vitek-karas
|
||||
- kotlarmilos
|
||||
- ivanpovazan
|
||||
- steveisok
|
||||
- akoeplinger
|
||||
replyTemplate: >-
|
||||
Tagging subscribers to 'os-maccatalyst': ${mentionees}
|
||||
|
||||
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
|
||||
assignMentionees: False
|
||||
description: '@Mention for os-maccatalyst'
|
||||
- if:
|
||||
- payloadType: Issues
|
||||
- labelAdded:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue