Skip to content

feat: list cache with max size of limit #38

feat: list cache with max size of limit

feat: list cache with max size of limit #38

Workflow file for this run

name: Release
on:
pull_request:
types: [opened, closed, synchronize]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-release
cancel-in-progress: true
jobs:
draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}