fix: correct check for set SQL_Mode #42
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: | |
pull_request: | |
branches: | |
- main | |
types: ["closed"] | |
jobs: | |
cherry-pick-0-2: | |
runs-on: ubuntu-latest | |
name: Cherry pick into 0.2 | |
if: ${{ contains(github.event.pull_request.labels.*.name, 'release-0.2') && github.event.pull_request.merged == true }} | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Cherry pick into 0.2 | |
uses: carloscastrojumo/[email protected] | |
with: | |
branch: 0.2 | |
labels: | | |
cherry-pick |