mirror of
https://github.com/actions/labeler
synced 2026-05-08 12:21:01 +02:00
Merge branch 'main' into main
This commit is contained in:
@@ -57,7 +57,7 @@ export async function run() {
|
||||
if (syncLabels && labelsToRemove.length) {
|
||||
await removeLabels(client, prNumber, labelsToRemove);
|
||||
}
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
core.error(error);
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user