Skip to content

release branch: change workflow #17

release branch: change workflow

release branch: change workflow #17

Workflow file for this run

name: Block 'Merge branch develop' commits
on:
pull_request:
types: [opened, synchronize, reopened, edited]
push:
branches:
- release/**
jobs:
message-check:
name: Block Message Commits
runs-on: ubuntu-latest
steps:
- name: Block Autosquash Commits
uses: CronosUnder/block-autosquash-commits-action@v1.0.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "develop' into {actual-branch}"