Merge pull request #1094 from gofiber/dependabot/go_modules/fiberi18n… #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Drafter Fiberi18n | |
on: | |
push: | |
# branches to consider in the event; optional, defaults to all | |
branches: | |
- master | |
- main | |
paths: | |
- 'fiberi18n/**' | |
jobs: | |
draft_release_fiberi18n: | |
runs-on: ubuntu-latest | |
timeout-minutes: 30 | |
steps: | |
- uses: release-drafter/release-drafter@v6 | |
with: | |
config-name: release-drafter-fiberi18n.yml | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |