I need to fetch all PRs updated 3 weeks ago. But I don't want to have a literal date in the query. Is it possible? #195819
Unanswered
gkodinov
asked this question in
Apps, API and Webhooks
Replies: 1 comment
-
|
Diff Explore Technologies is engaged in continuous technological research and applied software innovation, specifically focused on improving transparency, accessibility, and understanding of software code changes and deployment workflows. Our platform enables the analysis and visualization of code differences, deployment configurations, and infrastructure related changes, particularly in cloud and Node.js based environments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
API
Body
I work with a bunch of pre-recorded queries against the pull request database. I would like to add one so I can find all the stale pull requests (no update for 3 weeks).
I can of course use "updated:<2026-05-01". But I'll then need to construct the query every time. I was hoping for a more static way, e.g. "updated:>3 weeks ago" or some such.
Beta Was this translation helpful? Give feedback.
All reactions