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
13 changes: 12 additions & 1 deletion .github/workflows/design-decision-gate.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .github/workflows/design-decision-gate.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ on:
pull_request:
types: [labeled, ready_for_review]
names: ["implementation"]
paths:
Comment thread
github-actions[bot] marked this conversation as resolved.
- 'actions/**'
- 'cmd/**'
- 'internal/**'
- 'pkg/**'
- 'docs/adr/**'
- '.design-gate.yml'
- 'eslint-factory/**'
- 'scripts/**'
- 'tools.go'
- '.github/workflows/**'
slash_command:
strategy: centralized
name: review
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/impeccable-skills-reviewer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .github/workflows/impeccable-skills-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ description: Reviews pull requests using Impeccable skills and applies the most
on:
pull_request:
types: [ready_for_review]
paths-ignore:
- '*.md'
- 'docs/**'
- '.changeset/**'
- 'socials/**'
- 'scratchpad/**'
workflow_dispatch:
permissions:
contents: read
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/mattpocock-skills-reviewer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .github/workflows/mattpocock-skills-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ max-daily-ai-credits: 10000
pull_request:
types:
- ready_for_review
paths-ignore:
- '*.md'
- 'docs/**'
- '.changeset/**'
- 'socials/**'
- 'scratchpad/**'
slash_command:
events:
- pull_request_comment
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/pr-code-quality-reviewer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .github/workflows/pr-code-quality-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ description: Comprehensive code quality review covering bugs, performance, style
on:
pull_request:
types: [ready_for_review]
paths-ignore:
- '*.md'
- 'docs/**'
- '.changeset/**'
- 'socials/**'
- 'scratchpad/**'
slash_command:
strategy: centralized
name: review
Expand Down
Loading