-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add created and check_suite_id filter for Repository Workflow runs
#2891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@RuneStone0 @msaperst @joshuataylor could you please test if this still works for you! |
29b020d to
623e1a8
Compare
623e1a8 to
5749c11
Compare
This works for me |
msaperst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
EnricoMi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2891 +/- ##
=======================================
Coverage 96.71% 96.71%
=======================================
Files 147 147
Lines 14877 14883 +6
=======================================
+ Hits 14388 14394 +6
Misses 489 489 ☔ View full report in Codecov by Sentry. |
This PR
This PR adds
createdandcheck_suite_idfilter, which allows filtering for workflow runs created within the given date-time range and a given Workflow via ID.For more information on the syntax, see "Understanding the search syntax." API Docs here.
Example usage:
superseds #2389