Skip to content

Merge pull request #346 from gofiber/missing-bench #13

Merge pull request #346 from gofiber/missing-bench

Merge pull request #346 from gofiber/missing-bench #13

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