[Internal] Automation: Adds logic to tag customer-reported issues (#4047)

* Added customer-reported label

* Changing condition

* padding

* more padding

* permission name

* padding
This commit is contained in:
Matias Quaranta 2023-08-23 08:30:36 -07:00 коммит произвёл GitHub
Родитель e2311a9fdc
Коммит f56944ef55
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 0 удалений

14
.github/policies/resourceManagement.yml поставляемый
Просмотреть файл

@ -38,6 +38,20 @@ configuration:
- addLabel:
label: needs-investigation
description:
- if:
- payloadType: Issues
- isAction:
action: Opened
- not:
or:
- activitySenderHasPermission:
permission: Write
- activitySenderHasPermission:
permission: Admin
then:
- addLabel:
label: customer-reported
description: Identifies issues created by users without write access as customers
- if:
- payloadType: Pull_Request
- hasLabel: