Skip to content

Merge pull request #1180 from gofiber/dependabot/github_actions/tj-ac… #29

Merge pull request #1180 from gofiber/dependabot/github_actions/tj-ac…

Merge pull request #1180 from gofiber/dependabot/github_actions/tj-ac… #29

name: Release Drafter Minio
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main
paths:
- 'minio/**'
jobs:
draft_release_minio:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter-minio.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}