Skip to content

Commit 42da920

Browse files
committed
ci: remove release label requirement from PR creation
1 parent 9e0436e commit 42da920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
--head "$branch" \
144144
--title "${INPUT_PACKAGE} v${VERSION}" \
145145
--body "Merging this PR will publish **${INPUT_PACKAGE}** v${VERSION} to PyPI." \
146-
--label "release"
146+
147147
148148
# ── Step 2: Publish on merge ──────────────────────────────────
149149
detect:

0 commit comments

Comments
 (0)