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