Add more ignored labels to the CI script

This commit is contained in:
Antonin Delpeuch 2021-09-26 14:06:05 +02:00 committed by GitHub
parent f375006ee9
commit 8d10097659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ import json
# list of labels that should not be transferred to PRs # list of labels that should not be transferred to PRs
do_not_transfer = [ do_not_transfer = [
'good first issue', 'good first issue',
'good second issue',
'imported from old code repo',
'help wanted', 'help wanted',
'duplicate', 'duplicate',
'invalid', 'invalid',