Skip to content
  • Arkadiusz Hiler's avatar
    patch: Implement log events for pull requests · 8d3953ef
    Arkadiusz Hiler authored
    
    
    Add new event type, pull-request-new, for logging incoming pull
    requests.
    
    This will allow CI systems to track PRs just as easily as regular
    series.
    
    The change also loosens up constraints imposed on EventLog model - it
    used to assume always having an associated series, which is not true for
    the pull requests. PRs are standalone patches.
    
    Signed-off-by: default avatarArkadiusz Hiler <arkadiusz.hiler@intel.com>
    8d3953ef