-
Notifications
You must be signed in to change notification settings - Fork 6.3k
feat: add message to brew publish #5341
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
Conversation
✨ code-server docs for PR #5341 is ready! It will be updated on every commit.
- Host: https://coder.com/docs/code-server/ac09fa1
- Last deploy status: success
- Commit: a47316d
- Workflow status: https://github.com/coder/code-server/actions/runs/2673689334
Codecov Report
Merging #5341 (a47316d) into main (f79b38d) will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## main #5341 +/- ## ======================================= Coverage 72.47% 72.47% ======================================= Files 30 30 Lines 1671 1671 Branches 367 367 ======================================= Hits 1211 1211 Misses 397 397 Partials 63 63
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f79b38d...a47316d. Read the comment docs.
it worked! Homebrew/homebrew-core#106156 (comment)
This uses the
--message
flag when bumping the homebrew formula so we know who opened the PR and the homebrew team can @ them if any issues arise.Fixes N/A