Labeler: experiments are also scripts (#1220)

This commit is contained in:
Adam J. Stewart 2023-04-05 11:15:59 -05:00 коммит произвёл GitHub
Родитель 5df6487fc7
Коммит 4df55592d9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -23,6 +23,7 @@ documentation:
- "docs/**"
scripts:
- "*.py"
- "experiments/**"
testing:
- "tests/**"
- ".github/workflows/**"