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
4 changes: 2 additions & 2 deletions .github/workflows/apply-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Apply PR Feedback Replies

on:
push:
branches-ignore: [ main ]
branches-ignore: [main]
paths:
- 'docs/code-reviews/**.md'
- "docs/code-reviews/**.md"

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-seed-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"
- name: Seed feedback doc into repo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"
- name: Try to seed and push to fork (if maintainers can modify)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coderabbit-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"
- name: Check unresolved CodeRabbit threads
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seed-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"
- name: Run seeding script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:

jobs:
seed:
uses: neuroglyph/draft-punks/.github/workflows/seed-review.yml@v1.0.0
uses: flyingrobots/draft-punks/.github/workflows/seed-review.yml@v1.0.0
secrets: inherit
```

Expand All @@ -70,7 +70,7 @@ on:

jobs:
apply:
uses: neuroglyph/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
uses: flyingrobots/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
secrets: inherit
```

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ on:

jobs:
seed:
uses: neuroglyph/draft-punks/.github/workflows/seed-review.yml@v1.0.0
uses: flyingrobots/draft-punks/.github/workflows/seed-review.yml@v1.0.0
secrets: inherit
```

Expand All @@ -106,7 +106,7 @@ on:

jobs:
apply:
uses: neuroglyph/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
uses: flyingrobots/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
secrets: inherit
```

Expand All @@ -130,9 +130,9 @@ status: archive

# Code Review Feedback

| Date | Agent | SHA | Branch | PR |
|------|-------|-----|--------|----|
| 2025-09-16 | Codex | `e4f3f906eb454cb103eb8cc6899df8dfbf6e2349` | [feat/changelog-and-sweep-4](https://github.com/neuroglyph/git-mind/tree/feat/changelog-and-sweep-4 "neuroglyph/git-mind:feat/changelog-and-sweep-4") | [PR#169](https://github.com/neuroglyph/git-mind/pull/169) |
| Date | Agent | SHA | Branch | PR |
| ---------- | ----- | ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| 2025-09-16 | Codex | `e4f3f906eb454cb103eb8cc6899df8dfbf6e2349` | [feat/changelog-and-sweep-4](https://github.com/flyingrobots/git-mind/tree/feat/changelog-and-sweep-4 "flyingrobots/git-mind:feat/changelog-and-sweep-4") | [PR#169](https://github.com/flyingrobots/git-mind/pull/169) |

## Instructions

Expand Down
287 changes: 287 additions & 0 deletions docs/code-reviews/PR1/27b99435126e3d7a58706a4f6e0d20a5c02b1608.md

Large diffs are not rendered by default.

Loading
Loading