mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 05:43:42 +00: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