[codex] Fix stale PR and Linear open issue filters#338
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 176de6b62a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3164f1a381
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dc077c7e45
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Issue
CHANGES_REQUESTED, even when the requested-changes reviewer was still the person who needed a reminder or had been re-requested after follow-up commits.Solution
triage,backlog,unstarted, andstarted.To Test
source .venv-ci/bin/activate && python -m unittest discover -s tests -p 'test_*.py'source .venv-ci/bin/activate && ruff check .source .venv-ci/bin/activate && ruff format --check .source .venv-ci/bin/activate && vulture . --config pyproject.tomlsource .venv-ci/bin/activate && mypy .Proof
jobs.post_stale()against a local Slack-compatible webhook and showed only the active change-requesting reviewer notified.github.get_prs_waiting_for_review_by_reviewer()and livelinear.issues.get_open_issues(2, "Bug"), confirming APO-8787 is absent from open priority bugs.