Skip to content

Update babel monorepo #1406

Update babel monorepo

Update babel monorepo #1406

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