use crate::{ config::AutolabelConfig, github::{files_changed, IssuesAction, IssuesEvent, Label}, handlers::Context, }; use anyhow::Context as _; use tracing as log; pub(super) struct AutolabelInput { add: Vec