mithril-vndb/.github/workflows/push-master.yml
2024-09-23 04:55:07 -07:00

13 lines
352 B
YAML

name: Warn on pushing to `master`
on:
pull_request:
types: [opened]
branches: [master]
permissions:
issues: write
jobs:
comment:
uses: ./.github/workflows/_post-comment.yml
with:
url: ${{ github.event.pull_request.url }}
message: ⚠⚠⚠ Hey @${{ github.actor }}, did you mean to open this against `next`? ⚠⚠⚠