Merge pull request #1401 from appsembler/vladyslav/add-sanitize-next-… #250
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: Sync prod with main | |
on: | |
push: | |
branches: | |
- main | |
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: "main" | |
PULL_REQUEST_BRANCH: "prod" | |
PULL_REQUEST_TITLE: "Update from `main` (production)" | |
PULL_REQUEST_REVIEWERS: "xscrio amirtds bryanlandia" |