From 10fdafde0e6c8d19ecf1b366e9a8c404e4f6ddb1 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sun, 16 Apr 2023 19:20:35 +0200 Subject: [PATCH] Remove `expert-*` from `project-updater` GH workflow The `expert-*` labels are being renamed and the project workflow can now be used to auto-add issues to projects, so they can be removed from here. --- .github/workflows/project-updater.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/project-updater.yml b/.github/workflows/project-updater.yml index dde923b26c2a71..7574bfc208ff76 100644 --- a/.github/workflows/project-updater.yml +++ b/.github/workflows/project-updater.yml @@ -20,8 +20,6 @@ jobs: # if an issue has any of these labels, it will be added # to the corresponding project - { project: 2, label: "release-blocker, deferred-blocker" } - - { project: 3, label: expert-subinterpreters } - - { project: 29, label: expert-asyncio } - { project: 32, label: sprint } steps: