mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
20 lines
558 B
YAML
20 lines
558 B
YAML
name: Release Drafter MockStorage
|
|
on:
|
|
push:
|
|
# branches to consider in the event; optional, defaults to all
|
|
branches:
|
|
- master
|
|
- main
|
|
paths:
|
|
- 'mockstorage/**'
|
|
jobs:
|
|
draft_release_memcache:
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 30
|
|
steps:
|
|
- uses: release-drafter/release-drafter@v6
|
|
with:
|
|
config-name: release-drafter-mockstorage.yml
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|