-
Notifications
You must be signed in to change notification settings - Fork 978
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
Use the same secret label on create and update #5704
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well i feel dumb now, +1
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #5704 +/- ##
=======================================
Coverage 55.60% 55.60%
=======================================
Files 324 324
Lines 21980 21980
Branches 4480 4480
=======================================
+ Hits 12221 12222 +1
+ Misses 8679 8678 -1
Partials 1080 1080
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
* always use the `firebase-managed` label * add a test
* always use the `firebase-managed` label * add a test
Description
Fixes #5689. Per internal chat, the correct label is
firebase-managed
, notfirebase-hosting-managed
.Scenarios Tested
Added a test for matching labels, alongside the existing test for not-matching labels. I haven't manually tested this.
Sample Commands
N/A