Skip to content

Possiblity to change cmake_build_executor split to vertical split #116

Possiblity to change cmake_build_executor split to vertical split

Possiblity to change cmake_build_executor split to vertical split #116

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hi!πŸ‘‹\nThank you for raising the issue.\nI hope, the plugin makes your workflow easier!\nWe will take a look to your issue as soon as possible.πŸ’–"
pr-message: "Hi!πŸ‘‹\nThank you for the Pull Request πŸ’–.\nPlease read [CONTRIBUTING.md](https://github.com/ilyachur/cmake4vim/blob/master/CONTRIBUTING.md) to make a good PR."