Skip to content

build(deps): bump sphinx-autoapi from 3.3.2 to 3.3.3 in /doc #529

build(deps): bump sphinx-autoapi from 3.3.2 to 3.3.3 in /doc

build(deps): bump sphinx-autoapi from 3.3.2 to 3.3.3 in /doc #529

Workflow file for this run

name: Release Drafter
on:
pull_request_target:
types: [closed]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}