]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove `expert-*` from `project-updater` GH workflow (#103579)
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 17 Apr 2023 03:26:22 +0000 (11:26 +0800)
committerGitHub <noreply@github.com>
Mon, 17 Apr 2023 03:26:22 +0000 (06:26 +0300)
.github/workflows/project-updater.yml

index dde923b26c2a714f812a84f106f05292d559c74c..7574bfc208ff76839fba3bdaf760c931869c447a 100644 (file)
@@ -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: