Improve usability of modules_in_project_directory_on_harddisk_but_not… #124
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: | |
branch_prefix: maintenance/MPS- | |
merge_prefix: merge/MPS- | |
default_merge_prefix: merge/ | |
automerge_new_prs: true | |
token: ${{ secrets.MPS_CI_BUILD_BOT_ACCESS_TOKEN }} |