Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---

## Describe the bug
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
title: ""
labels: ""
assignees: ""
---

## Is your feature request related to a problem? Please describe.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"

permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Markdown CI
name: Documentation CI

on:
push:
branches: [main]
paths:
- "**/*.md"
- "**/*.mdc"
pull_request:
branches: [main]
paths:
- "**/*.md"
- "**/*.mdc"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.mdc"

jobs:
# Check changed files to determine which package tests to run
Expand Down
Loading