Skip to content

Enhancement: detect manual labeling #13

@thaJeztah

Description

@thaJeztah

Per discussion on moby/moby#28143 (comment), we should have a way to detect if labels on an issue were manually corrected. This may be a difficult one, but initial thoughts;

  • add a label "manual-override" (e.g.) that tells poule to not apply labels
  • detect if the issue/PR has a "person X removed label xyz" action, and if so, don't re-apply that label (may be expensive)
  • detect if labels of a specific kind are already present (e.g., if a "area/xyz" label is already present, don't add a different area, likewise for "kind/xyz")
  • other suggestions?

/cc @icecrime @ehazlett

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions