mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 20:24:51 +00:00
Rebuild
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -50,7 +50,7 @@ function run() {
|
|||||||
const token = core.getInput('repo-token');
|
const token = core.getInput('repo-token');
|
||||||
const configPath = core.getInput('configuration-path', { required: true });
|
const configPath = core.getInput('configuration-path', { required: true });
|
||||||
const syncLabels = !!core.getInput('sync-labels');
|
const syncLabels = !!core.getInput('sync-labels');
|
||||||
const dot = !!core.getInput('dot');
|
const dot = core.getBooleanInput('dot');
|
||||||
const prNumber = getPrNumber();
|
const prNumber = getPrNumber();
|
||||||
if (!prNumber) {
|
if (!prNumber) {
|
||||||
core.info('Could not get pull request number from context, exiting');
|
core.info('Could not get pull request number from context, exiting');
|
||||||
|
|||||||
Reference in New Issue
Block a user