Add Needs Triage tag on issue create only

This commit is contained in:
andystaples 2023-09-11 10:24:14 -06:00 коммит произвёл GitHub
Родитель 4c6411b82c
Коммит 3a1b2b48fe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 6 удалений

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

@ -92,12 +92,9 @@ configuration:
eventResponderTasks:
- if:
- payloadType: Issues
- and:
- isOpen
- not:
and:
- isLabeled
then:
- isAction:
action: Opened
then:
- addLabel:
label: "Needs: Triage (Functions)"
- if: