De-master the repo
This commit is contained in:
parent
d32d59413e
commit
e000cd0803
6 changed files with 19 additions and 21 deletions
13
.github/workflows/push-main.yml
vendored
Normal file
13
.github/workflows/push-main.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue