Skip to content

Update DDB to use Number and created a function to fetch all packet d… #127

Update DDB to use Number and created a function to fetch all packet d…

Update DDB to use Number and created a function to fetch all packet d… #127

name: "Amplify Merge"
on:
push:
branches: ["main"]
paths:
- "packages/amplify/**"
- ".github/workflows/**"
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: everlytic/[email protected]
with:
github_token: ${{ github.token }}
source_ref: "main"
target_branch: "amplify_main"
commit_message_template: "[Automated] Merged main to amplify_main because the amplify folder changed"