Skip to content

[ci]: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the c… #1145

[ci]: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the c…

[ci]: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the c… #1145

---
name: release-drafter
on:
push:
branches:
- main
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
# include PRs from forks
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}