Skip to content

Add types.Duration for the RFC 3339 duration format (#144) #71

Add types.Duration for the RFC 3339 duration format (#144)

Add types.Duration for the RFC 3339 duration format (#144) #71

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch: {}
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7.5.1
with:
name: next
tag: next
version: next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}