-
Notifications
You must be signed in to change notification settings - Fork 4
Allow to filter builds by event type #169
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be useful to add a "filter-by-event-type" (e.g., push, pull request, ...) feature to our API endpoint for getting test builds. A common use case would be to filter out PR builds, since they're more likely to fail while the PR is being fine-tuned. PyGithub's WorkflowRun objects have an event attribute that should do the trick (values can be push, pull_request, etc.), at least for GitHub builds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request