Skip to content

chore(deps): bump tempfile from 3.24.0 to 3.27.0 #991

chore(deps): bump tempfile from 3.24.0 to 3.27.0

chore(deps): bump tempfile from 3.24.0 to 3.27.0 #991

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
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@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}