Skip to content

add instructions how to write blog post #1

add instructions how to write blog post

add instructions how to write blog post #1

Workflow file for this run

name: No PRs to live branch
on:
pull_request_target:
types:
- opened
branches:
- master
jobs:
prevent-merge:
runs-on: ubuntu-latest
steps:
- name: Comment and close PR
run: |
gh pr close "${{ github.event.pull_request.url }}"
--comment "Pull requests to the live branch are not allowed. Use staging branch. Publish via workflow dispatch to Publish to live workflow"