### 🧐 问题描述 Problem Description <!-- 详细地描述问题,让大家都能理解。 --> <!-- Describe the problem in detail so that everyone can understand. --> When using `check-inactive` action, I want to exclude issues which are marked as `bug` or some other labels. According to the docs, the `labels` option means to "include some labels" instead of "exclude some labels": https://github.com/actions-cool/issues-helper/blob/d443509c478af937708672ddfd3802cdab308f7b/docs/advanced.en-US.md#L48 So I wonder if it is supported to exclude issues with some labels when `check-inactive` ?