Skip to content

Commit f4553ed

Browse files
authored
Merge pull request #1 from flyingrobots/chore/format
Kapellmeister's Errata: Align Our House Score
2 parents 5547a98 + 10c2e69 commit f4553ed

11 files changed

Lines changed: 967 additions & 26 deletions

.github/workflows/apply-feedback.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Apply PR Feedback Replies
22

33
on:
44
push:
5-
branches-ignore: [ main ]
5+
branches-ignore: [main]
66
paths:
7-
- 'docs/code-reviews/**.md'
7+
- "docs/code-reviews/**.md"
88

99
permissions:
1010
contents: read

.github/workflows/auto-seed-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.x'
24+
python-version: "3.x"
2525
- name: Seed feedback doc into repo
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Python
5656
uses: actions/setup-python@v5
5757
with:
58-
python-version: '3.x'
58+
python-version: "3.x"
5959
- name: Try to seed and push to fork (if maintainers can modify)
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/coderabbit-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.x'
19+
python-version: "3.x"
2020
- name: Check unresolved CodeRabbit threads
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/seed-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.x'
21+
python-version: "3.x"
2222
- name: Run seeding script
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on:
5757

5858
jobs:
5959
seed:
60-
uses: neuroglyph/draft-punks/.github/workflows/seed-review.yml@v1.0.0
60+
uses: flyingrobots/draft-punks/.github/workflows/seed-review.yml@v1.0.0
6161
secrets: inherit
6262
```
6363
@@ -70,7 +70,7 @@ on:
7070

7171
jobs:
7272
apply:
73-
uses: neuroglyph/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
73+
uses: flyingrobots/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
7474
secrets: inherit
7575
```
7676

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ on:
9393

9494
jobs:
9595
seed:
96-
uses: neuroglyph/draft-punks/.github/workflows/seed-review.yml@v1.0.0
96+
uses: flyingrobots/draft-punks/.github/workflows/seed-review.yml@v1.0.0
9797
secrets: inherit
9898
```
9999
@@ -106,7 +106,7 @@ on:
106106

107107
jobs:
108108
apply:
109-
uses: neuroglyph/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
109+
uses: flyingrobots/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
110110
secrets: inherit
111111
```
112112
@@ -130,9 +130,9 @@ status: archive
130130
131131
# Code Review Feedback
132132
133-
| Date | Agent | SHA | Branch | PR |
134-
|------|-------|-----|--------|----|
135-
| 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) |
133+
| Date | Agent | SHA | Branch | PR |
134+
| ---------- | ----- | ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
135+
| 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) |
136136

137137
## Instructions
138138

docs/code-reviews/PR1/27b99435126e3d7a58706a4f6e0d20a5c02b1608.md

Lines changed: 287 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)