mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 13:07:24 +00:00
Cleanup
This commit is contained in:
@@ -16,7 +16,7 @@ export async function run() {
|
||||
const token = core.getInput('repo-token');
|
||||
const configPath = core.getInput('configuration-path', {required: true});
|
||||
const syncLabels = core.getBooleanInput('sync-labels');
|
||||
const dot = !!core.getInput('dot', {required: false});
|
||||
const dot = !!core.getBooleanInput('dot', {required: false});
|
||||
|
||||
const prNumber = getPrNumber();
|
||||
if (!prNumber) {
|
||||
|
||||
Reference in New Issue
Block a user