Skip to content

Commit 0b09866

Browse files
committed
Fix tag names in prepare-release workflow
1 parent d20934f commit 0b09866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
destination_branch: main
6060
pr_assignee: ${{ github.event.sender.login }}
6161
pr_title: Prepare for release of ${{ github.event.inputs.version }}
62-
pr_label: "area: dependencies,type: release"
62+
pr_label: "a: dependencies,t: release"
6363
pr_body: |
6464
Release preparation triggered by @${{ github.event.sender.login }}.
6565
Once the pull request is merged, you can trigger a PyPI release by pushing a \`v${{ github.event.inputs.version }}\` git tag in the repository.

0 commit comments

Comments
 (0)