Merge pull request #2650 from mbeddr/bugfix/improve_search_tool #215
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: PR to merge into the next version | |
on: | |
push: | |
branches: | |
- 'maintenance/mps*' | |
jobs: | |
create-pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create PR | |
uses: specificlanguages/cascading-merge@v2 | |
with: | |
exclude_branch_prefix: maintenance/mps3 | |
automerge_new_prs: 'true' | |
token: ${{ secrets.MPS_CI_BUILD_BOT_ACCESS_TOKEN }} |