Skip to content

Add community feature setting to allow for notes to be displayed with either sharps or flats #1357

Add community feature setting to allow for notes to be displayed with either sharps or flats

Add community feature setting to allow for notes to be displayed with either sharps or flats #1357

Workflow file for this run

name: Cherry pick
on:
pull_request_target:
branches:
- community
types: [ "closed" ]
permissions:
issues: read
pull-requests: write
contents: write
jobs:
cherry_pick_release:
runs-on: ubuntu-latest
name: Cherry pick into release branch
if: ${{ contains(github.event.pull_request.labels.*.name, 'cherry-pick') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cherry pick into release/1.2
uses: carloscastrojumo/github-cherry-pick-action@v1.0.10
with:
branch: release/1.2
labels: |
cherry-picked