From 2f3bd2490026dae4a1b9239f0e5aeadd80e9084d Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 16 Jun 2025 09:47:52 +0200 Subject: [PATCH] [ty] Correctly label typeshed-sync PRs (#18702) ## Summary Ref: https://github.com/astral-sh/ruff/pull/18679#issuecomment-2973593785 --------- Co-authored-by: Alex Waygood --- .github/workflows/sync_typeshed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_typeshed.yaml b/.github/workflows/sync_typeshed.yaml index cbdb4a0df3..c384d8868a 100644 --- a/.github/workflows/sync_typeshed.yaml +++ b/.github/workflows/sync_typeshed.yaml @@ -60,7 +60,7 @@ jobs: cd ruff git push --force origin typeshedbot/sync-typeshed gh pr list --repo "$GITHUB_REPOSITORY" --head typeshedbot/sync-typeshed --json id --jq length | grep 1 && exit 0 # exit if there is existing pr - gh pr create --title "Sync vendored typeshed stubs" --body "Close and reopen this PR to trigger CI" --label "internal" + gh pr create --title "[ty] Sync vendored typeshed stubs" --body "Close and reopen this PR to trigger CI" --label "ty" create-issue-on-failure: name: Create an issue if the typeshed sync failed