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
589 changes: 589 additions & 0 deletions .github/workflows/prose-guard.yml

Large diffs are not rendered by default.

510 changes: 510 additions & 0 deletions .github/workflows/sweep-guard.yml

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions .github/workflows/sweep-sha-reachability.yml

Large diffs are not rendered by default.

310 changes: 310 additions & 0 deletions planning/routines/upstream-sweep-prompt.md

Large diffs are not rendered by default.

302 changes: 302 additions & 0 deletions planning/routines/upstream-sweep.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Used by scripts/sweep_poll.py for local + routine runs.
# .github/workflows/sweep-guard.yml, prose-guard.yml, and
# sweep-sha-reachability.yml duplicate this pin literally as
# pip install 'PyYAML>=6,<7'
# to avoid installing from a PR-controlled file. If you change the pin here,
# update those workflow YAMLs in the same PR.
PyYAML>=6,<7
Loading