Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib.ts: adjust status logging levels #1033

Merged
merged 1 commit into from Feb 16, 2022
Merged

Commits on Feb 13, 2022

  1. lib.ts: adjust status logging levels

    GitHub reports when workflow runs log messages with `notice` or higher
    logging levels, e.g.:
    
    > There are 0 failures, 0 warnings, and 1 notices.
    
    Since `notice` was being used regardless of status, these reports were
    misleading, because everything was working correctly on successes and
    no-ops.
    
    Therefore, the successes and no-ops now only log with `info`, and the
    failures now only log with `notice`.
    hemberger committed Feb 13, 2022
    Copy the full SHA
    358b916 View commit details
    Browse the repository at this point in the history