Add workflow to create blocker status merge #2
This file contains hidden or 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: Create blocker status | |
on: | |
push: | |
branches: | |
- temp/create-merge-blocker | |
jobs: | |
block-merges: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "Add required status check 'bock-merges' to block other PRs from merging" |