More Labels (#15511)

This commit is contained in:
Rodrigo Faselli
2026-09-02 19:06:01 -03:00
committed by GitHub
parent 8bf1d3ea84
commit 3605614ee7

View File

@@ -32,13 +32,21 @@ jobs:
} }
const allowedLabels = [ const allowedLabels = [
// kind of change
'crash',
'bug-fix', 'bug-fix',
'enhancement', 'enhancement',
'Localization',
'profile',
'QoL', 'QoL',
'optimization',
// area
'UI/UX', 'UI/UX',
'dependencies' 'profile',
'Localization',
// infrastructure
'build',
'test',
'dependencies',
'documentation'
]; ];
const pr = context.payload.pull_request; const pr = context.payload.pull_request;
const labelsList = `${allowedLabels const labelsList = `${allowedLabels
@@ -182,13 +190,21 @@ jobs:
} }
const allowedLabels = [ const allowedLabels = [
// kind of change
'crash',
'bug-fix', 'bug-fix',
'enhancement', 'enhancement',
'Localization',
'profile',
'QoL', 'QoL',
'optimization',
// area
'UI/UX', 'UI/UX',
'dependencies' 'profile',
'Localization',
// infrastructure
'build',
'test',
'dependencies',
'documentation'
]; ];
const issue = context.payload.issue; const issue = context.payload.issue;