Drop the docs and re-point to https://github.com/MithrilJS/docs
This commit is contained in:
parent
53a4c2f3b4
commit
d32d59413e
66 changed files with 30 additions and 11387 deletions
17
.github/workflows/issue-create.yml
vendored
17
.github/workflows/issue-create.yml
vendored
|
|
@ -2,20 +2,11 @@ name: Ping triage on issue create
|
|||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
permissions:
|
||||
issues: write
|
||||
repository-projects: write
|
||||
jobs:
|
||||
add_triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: gh issue edit "$ISSUE_URL" --add-project 'Triage/bugs'
|
||||
env:
|
||||
ISSUE_URL: ${{ github.event.issue.url }}
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
notify:
|
||||
uses: ./.github/workflows/_post-comment.yml
|
||||
with:
|
||||
url: ${{ github.event.issue.url }}
|
||||
message: '@MithrilJS/triage Please take a look.'
|
||||
notify_triage:
|
||||
uses: MithrilJS/infra/.github/workflows/notify-triage.yml@main
|
||||
|
|
|
|||
2
.github/workflows/push-master.yml
vendored
2
.github/workflows/push-master.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: Warn on pushing to `master`
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
branches: [master]
|
||||
permissions:
|
||||
|
|
|
|||
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [ next ]
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
|
@ -14,12 +14,6 @@ permissions:
|
|||
# easier than parsing everything out.
|
||||
|
||||
jobs:
|
||||
lint-docs:
|
||||
uses: ./.github/workflows/_npm-task.yml
|
||||
with:
|
||||
task: lint:docs
|
||||
continue-on-error: true
|
||||
|
||||
lint-js:
|
||||
uses: ./.github/workflows/_npm-task.yml
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue