Skip to content

ci: use GitHub native release notes in goreleaser #2

ci: use GitHub native release notes in goreleaser

ci: use GitHub native release notes in goreleaser #2

Workflow file for this run

name: Auto Label
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
autolabel:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}