Merge pull request #1412 from appsembler/vladyslav/hide-html-elements… #254
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: "VladyslavTy daniilly" |