Skip to content

fix: update input component placeholder color #110

fix: update input component placeholder color

fix: update input component placeholder color #110

name: Create PR from main to production
on:
pull_request:
types: [closed]
branches:
- main
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: pull-request
uses: repo-sync/pull-request@v2
if: github.event.pull_request.merged == true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_branch: ''
destination_branch: 'production'
pr_title: 'Production release PR'
pr_body: ':robot: Automated PR from **${{ github.ref }}** to **production**'
pr_label: 'release'