Add more ignored labels to the CI script
This commit is contained in:
parent
f375006ee9
commit
8d10097659
2
.github/workflows/label_transfer/script.py
vendored
2
.github/workflows/label_transfer/script.py
vendored
@ -9,6 +9,8 @@ import json
|
||||
# list of labels that should not be transferred to PRs
|
||||
do_not_transfer = [
|
||||
'good first issue',
|
||||
'good second issue',
|
||||
'imported from old code repo',
|
||||
'help wanted',
|
||||
'duplicate',
|
||||
'invalid',
|
||||
|
Loading…
Reference in New Issue
Block a user