mithril-vndb/.github/workflows/push-main.yml
2024-09-24 16:37:04 -07:00

13 lines
267 B
YAML

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