Skip to content

Merge pull request #1375 from gofiber/dependabot/go_modules/coherence… #19

Merge pull request #1375 from gofiber/dependabot/go_modules/coherence…

Merge pull request #1375 from gofiber/dependabot/go_modules/coherence… #19

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