diff --git a/.github/workflows/label_transfer/script.py b/.github/workflows/label_transfer/script.py index f52149769..3855b61c9 100644 --- a/.github/workflows/label_transfer/script.py +++ b/.github/workflows/label_transfer/script.py @@ -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',