diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2022-10-03 23:45:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 23:45:18 (GMT) |
commit | 231a905c5f4c29c04307b83577977a17d2e089ac (patch) | |
tree | 70be5cb5b5868e5e90170c61d11e01c3d7ad2671 /.github | |
parent | 93fcc1f4133e177882850177c2c047d46019b812 (diff) | |
download | cpython-231a905c5f4c29c04307b83577977a17d2e089ac.zip cpython-231a905c5f4c29c04307b83577977a17d2e089ac.tar.gz cpython-231a905c5f4c29c04307b83577977a17d2e089ac.tar.bz2 |
Add `sprint` issues to the Sprint 2022 project. (#97788)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/project-updater.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/project-updater.yml b/.github/workflows/project-updater.yml index ea98700..77e55ed 100644 --- a/.github/workflows/project-updater.yml +++ b/.github/workflows/project-updater.yml @@ -18,6 +18,7 @@ jobs: - { project: 2, label: "release-blocker, deferred-blocker" } - { project: 3, label: expert-subinterpreters } - { project: 29, label: expert-asyncio } + - { project: 32, label: sprint } steps: - uses: actions/add-to-project@v0.1.0 |