Merge pull request #1463 from gofiber/dependabot/go_modules/dynamodb/β¦ #151
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 Dynamodb | |
on: | |
push: | |
# branches to consider in the event; optional, defaults to all | |
branches: | |
- master | |
- main | |
paths: | |
- 'dynamodb/**' | |
jobs: | |
draft_release_dynamodb: | |
runs-on: ubuntu-latest | |
timeout-minutes: 30 | |
steps: | |
- uses: release-drafter/release-drafter@v6 | |
with: | |
config-name: release-drafter-dynamodb.yml | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |