[scripts] Add Script to list open MRs in IVAS repos

This adds a small script to list the open MRs in the IVAS repos. It was mostly done to make my work a bit easier, but maybe this is also helpful for some others ( @pihlajakuja ).

Usage:
      list_open_MRs.sh [OPTIONS]

      -r {float,BASOP}: Float (default) or BASOP Repo
      -s {ready,draft,all}: MRs marked as ready (default), draft or all

Examples:

  • list_open_MRs.sh -r float lists all open MRs which are marked as "Ready" from the float repo
  • list_open_MRs.sh -r BASOP -s all list all open MRs (both, draft and ready) from the BASOP repo

I'm not insisting in merging this - but this is also an elegant way of sharing this.

Edited by multrus

Merge request reports

Loading