We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20934f commit 0b09866Copy full SHA for 0b09866
.github/workflows/prepare-release.yml
@@ -59,7 +59,7 @@ jobs:
59
destination_branch: main
60
pr_assignee: ${{ github.event.sender.login }}
61
pr_title: Prepare for release of ${{ github.event.inputs.version }}
62
- pr_label: "area: dependencies,type: release"
+ pr_label: "a: dependencies,t: release"
63
pr_body: |
64
Release preparation triggered by @${{ github.event.sender.login }}.
65
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