mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
More Labels (#15511)
This commit is contained in:
28
.github/workflows/pr-label-bot.yml
vendored
28
.github/workflows/pr-label-bot.yml
vendored
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user