mithril-vndb/.github/workflows/push-main.yml
Claudia Meadows abd7f86888
next -> main
2024-09-24 20:59:33 -07:00

11 lines
236 B
YAML

name: Warn on pushing to `release`
on:
pull_request_target:
types: [opened]
branches: [release]
permissions:
issues: write
jobs:
comment:
uses: MithrilJS/infra/.github/workflows/reject-pr.yml@main
secrets: inherit