SST-57 feat: new properties for keys of stripe system #4325
Workflow file for this run
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
on: | ||
push: | ||
branches-ignore: | ||
- main | ||
tags-ignore: | ||
- * | ||
jobs: | ||
pull-request: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: pull-request | ||
uses: repo-sync/[email protected] | ||
with: | ||
destination_branch: "main" | ||
pr_title: ${GITHUB_REF##*/} | ||
pr_draft: true | ||
pr_allow_empty: false | ||
github_token: ${{ secrets.GITHUB_TOKEN }} |