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

feat: bumped to [email protected] with serializable requests #1978

Merged
merged 5 commits into from
Mar 12, 2025

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

As described in #1977 (comment), adds an existingLabels option that reads in the existing labels for a repository. If that fails or there isn't a repo yet (e.g. in setup mode) then github-default-labels supplies the default labels. I would have wanted to use the GitHub API to fetch the default labels for the owner but that API doesn't seem to exist.

Anyway, once those existing labels exist, they're passed to determineLabelChange to get which requests to make. Those are mapped to Bingo's requests format.

💝

Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.11%. Comparing base (f29646e) to head (bc93050).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1978      +/-   ##
==========================================
+ Coverage   96.30%   99.11%   +2.80%     
==========================================
  Files          91       92       +1     
  Lines        3650     4050     +400     
  Branches      214      231      +17     
==========================================
+ Hits         3515     4014     +499     
+ Misses        135       36      -99     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JoshuaKGoldberg JoshuaKGoldberg merged commit f2d2843 into main Mar 12, 2025
13 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the bingo-serializable-requests branch March 12, 2025 20:07
Copy link

🎉 This is included in version v2.5.0 🎉

The release is available on:

Cheers! 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Switch requests to new serialized Bingo requests
1 participant