Skip to content

fix: upgrade aws-sdk from 2.1470.0 to 2.1691.0 #1396

fix: upgrade aws-sdk from 2.1470.0 to 2.1691.0

fix: upgrade aws-sdk from 2.1470.0 to 2.1691.0 #1396

Workflow file for this run

name: Feature Branch Pull Request
on:
push:
branches-ignore:
- master
- production
jobs:
auto-pull-request:
name: PullRequestAction
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: "feature-"
PULL_REQUEST_BRANCH: "master"
PULL_REQUEST_BODY: "🚀 Opening a pull request for this branch"
PULL_REQUEST_REVIEWERS: "saurabharch"
PULL_REQUEST_DRAFT: true