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

fix: address a couple more bugs with Ruby libraries #242

Merged
merged 6 commits into from Aug 27, 2019
Merged

fix: address a couple more bugs with Ruby libraries #242

merged 6 commits into from Aug 27, 2019

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Aug 22, 2019

  • if one library contained the name of another library we would potentially close the PR for the related library (fixed this by making sure there are spaces surrounding library names when looking for PRs to close).
  • grafeas had a slightly different naming convention lib/grafeas not lib/grafeas-client, we should be mindful of any other libraries that are edge cases.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 22, 2019
@bcoe bcoe requested a review from chingor13 August 22, 2019 19:43
@bcoe bcoe requested a review from AVaksman August 22, 2019 19:44
@bcoe bcoe added the blocked label Aug 22, 2019
@bcoe
Copy link
Contributor Author

bcoe commented Aug 22, 2019

we might actually want to fix grafeas client's naming in the ruby mono repo.

@codecov
Copy link

codecov bot commented Aug 22, 2019

Codecov Report

Merging #242 into master will not change coverage.
The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #242   +/-   ##
=======================================
  Coverage   77.76%   77.76%           
=======================================
  Files          21       21           
  Lines        2590     2590           
  Branches      194      194           
=======================================
  Hits         2014     2014           
  Misses        564      564           
  Partials       12       12
Impacted Files Coverage Δ
src/release-pr.ts 82.27% <50%> (ø) ⬆️

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 d8fff67...71d3773. Read the comment docs.

@bcoe bcoe removed the blocked label Aug 22, 2019
@@ -123,7 +123,7 @@ export class ReleasePR {
if (pr.number !== currentPRNumber) {
// on mono repos that maintain multiple open release PRs, we use the
// pull request title to differentiate between PRs:
if (includePackageName && !pr.title.includes(this.packageName)) {
if (includePackageName && !pr.title.includes(` ${this.packageName} `)) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, why do we need the spaces?

@bcoe bcoe merged commit f1b4bd1 into master Aug 27, 2019
@chingor13 chingor13 deleted the bug-fixes branch September 27, 2021 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants