Skip to content

Bump strawberry-graphql[debug-server] from 0.259.0 to 0.260.2 (#1283) #1207

Bump strawberry-graphql[debug-server] from 0.259.0 to 0.260.2 (#1283)

Bump strawberry-graphql[debug-server] from 0.259.0 to 0.260.2 (#1283) #1207

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}