Remove the deprectated DSL_STORE_CONFIG property #145
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
name: Auto Cherry-Pick | |
on: | |
push: | |
branches: | |
- main | |
- '*.x' | |
jobs: | |
cherry-pick-commit: | |
uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@main | |
secrets: | |
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} |