From 8d1009765987f13c7b9387d69739fbfcad501622 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Sun, 26 Sep 2021 14:06:05 +0200 Subject: [PATCH] Add more ignored labels to the CI script --- .github/workflows/label_transfer/script.py | 2 ++ 1 file changed, 2 insertions(+) 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',