You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 anevent
attribute that should do the trick (values can bepush
,pull_request
, etc.), at least for GitHub builds.The text was updated successfully, but these errors were encountered: