Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#25) #61

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#25)

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#25) #61

name: Release Drafter
on:
workflow_dispatch:
pull_request_target:
push:
branches:
- main
jobs:
release-drafter:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/[email protected]
with:
disable-releaser: github.ref != 'refs/heads/main'
config-name: release-drafter.yml
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}