Set OptionStrategy legs symbols on creation (#9304) #1688
This file contains hidden or 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: Rebase Organization Branches | |
| on: | |
| push: | |
| branches: | |
| - 'master' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| with: | |
| fetch-depth: 0 | |
| - name: Rebase Organization Branches | |
| run: | | |
| chmod +x rebase_organization_branches.sh | |
| ./rebase_organization_branches.sh | |
| env: | |
| QC_GIT_TOKEN: ${{ secrets.QC_GIT_TOKEN }} |