There are two labels from the old "night-shift hunt" feature we don't need anymore:
In file packages/agentfox/agentfox/platform/labels.py:
#: Applied to issues created by hunt scans (dedup fingerprint label).
LABEL_HUNT: str = "af:hunt"
#: Applied by users to hunt issues they consider false positives.
LABEL_IGNORE: str = "af:ignore"
Remove them and any code or tests related to these two labels.
There are two labels from the old "night-shift hunt" feature we don't need anymore:
In file
packages/agentfox/agentfox/platform/labels.py:Remove them and any code or tests related to these two labels.