Add Claude Easy Fixes workflow for automated bug fixing #13270
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
| on: pull_request | |
| name: Block merge commits | |
| jobs: | |
| message-check: | |
| name: Block Merge Commits | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Block Merge Commits | |
| uses: Morishiri/block-merge-commits-action@v1.0.1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} |