Skip to content

fix: remove cancel icon from sharing option #41

fix: remove cancel icon from sharing option

fix: remove cancel icon from sharing option #41

name: Create PR from dev to main
on:
pull_request:
types: [closed]
branches:
- dev
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: 'main'
pr_title: 'QA Handover PR'
pr_body: ':robot: Automated PR from **${{ github.ref }}** to **main**'
pr_label: 'release'