Skip to content
Snippets Groups Projects
  • Anna Bridge's avatar
    tpip: Add new TPIP checker script · 570c6f7c
    Anna Bridge authored and Saheer Babu's avatar Saheer Babu committed
    
    This script runs in the CI/CD when a new merge request (MR) is
    created. It gets the changeset for the MR and looks for any
    possible changes to TPIP.
    
    For .cmake files this means the addition / removal of any
    FetchContent_Declare lines.
    
    For .gitmodules this means any changes to the file.
    
    For any source / build files this means looking if any
    URLS have been added / removed.
    
    If any possible changes are found then a comment is added to the
    MR informing the author and IP reviewer to check that any
    licenses have been updated accordingly.
    
    Signed-off-by: Anna Bridge's avatarAnna Bridge <anna.bridge@arm.com>
    570c6f7c
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tpip_checker.md 1.47 KiB