Merge branch 'main' into main

This commit is contained in:
Josh Dales
2022-06-11 07:30:44 -04:00
committed by GitHub
14 changed files with 1520 additions and 1389 deletions

View File

@@ -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);
}