Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib.ts: adjust status logging levels (#1033)
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`.
- Loading branch information