diff --git a/.github/workflows/metadata-label-pr-ci-status.yaml b/.github/workflows/metadata-label-pr-ci-status.yaml index f943aeb4..f8fb4d3a 100644 --- a/.github/workflows/metadata-label-pr-ci-status.yaml +++ b/.github/workflows/metadata-label-pr-ci-status.yaml @@ -56,10 +56,7 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } - } catch (error) { - console.log(e); - } + } catch (error) {} label-lint-install: name: Label lint and install status @@ -132,10 +129,7 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } - } catch (error) { - console.log(e); - } + } catch (error) {} - name: "Label install status" uses: actions/github-script@v4 @@ -165,7 +159,4 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } - } catch (error) { - console.log(e); - } + } catch (error) {}