Update babel monorepo #1406
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: 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 |