Skip to content

Bump @typescript-eslint/parser from 7.10.0 to 7.13.1 (#168) #14

Bump @typescript-eslint/parser from 7.10.0 to 7.13.1 (#168)

Bump @typescript-eslint/parser from 7.10.0 to 7.13.1 (#168) #14

name: 'auto: Release Notes Drafter'
on:
workflow_dispatch: {}
push:
branches:
- main
concurrency:
group: drafter-${{ github.ref }}
cancel-in-progress: true
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}