Skip to content

chore: Bump ruff from 0.7.3 to 0.7.4 #12

chore: Bump ruff from 0.7.3 to 0.7.4

chore: Bump ruff from 0.7.3 to 0.7.4 #12

Workflow file for this run

---
name: Draft a release note
on:
push:
workflow_dispatch:
jobs:
draft_release:
name: Release Drafter
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}