Skip to content

Flagging Autogenerated Files in "map_deploy_to_develop" Pipeline - Pypi #1845

@chinyeungli

Description

@chinyeungli

When doing "map_deploy_to_develop" pipeline on certain python projects, some files from the deployment side are flagged as "requires-review" which these files are generated files.
For instance,

to/pyarrow/lib.h
to/pyarrow/lib_api.h
to/kivy/graphics/cgl.h
to/kivy/include/config.h
to/kivy/setupconfig.py

These files are typically generated during the build process, and often begin with lines such as:

Generated by Cython 
Autogenerated file for

It would be highly beneficial if the tool could automatically detect such patterns and classify these files as generated, thereby avoiding unnecessary manual review

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions