Skip to content

docs(python): Add missing deprecation entry for str.concat, API ref entry for str.join, build docs on pre-release #16304

docs(python): Add missing deprecation entry for str.concat, API ref entry for str.join, build docs on pre-release

docs(python): Add missing deprecation entry for str.concat, API ref entry for str.join, build docs on pre-release #16304

Workflow file for this run

name: Pull request labeler
on:
pull_request_target:
types: [opened, edited]
permissions:
contents: read
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Label pull request
uses: release-drafter/release-drafter@v6
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}