Preventing the psf-chronographer bot to add the label "bot:chronographer:provided"

I’m using the psf-chronographer app to ensure that PRs in my Python projects on GitHub provides towncrier changelogs.
I would like to prevent it from adding “bot:chronographer:provided” labels to passed PRs, because the PR’s status checks already tell me its success or failure, and the label naming format is not consistent with the existing labels.

Since I could not find any configuration options for the bot, is there any way to do this?