Skip to content

Fix labels.exclude schema: object with name#870

Open
frigus02 wants to merge 3 commits intogithub:main-enterprisefrom
frigus02:fix-label-exclude-schema
Open

Fix labels.exclude schema: object with name#870
frigus02 wants to merge 3 commits intogithub:main-enterprisefrom
frigus02:fix-label-exclude-schema

Conversation

@frigus02
Copy link

@frigus02 frigus02 commented Aug 11, 2025

The labels.exclude property takes an array of objects with name properties.

See usage:

this.exclude = exclude.filter(item => item?.name).map(item => new RegExp(item.name))

Possibly fixes #764

@frigus02 frigus02 force-pushed the fix-label-exclude-schema branch from 089318a to f9940c4 Compare August 11, 2025 12:57
The labels.exclude property takes an array of objects with  properties.
@frigus02 frigus02 force-pushed the fix-label-exclude-schema branch from f9940c4 to 1d214ce Compare August 11, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Excluding labels will still show as deletion

2 participants