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(cli,action): fix unawaited async call #329

Merged
merged 2 commits into from
Feb 22, 2022
Merged

Conversation

chingor13
Copy link
Contributor

The unawaited async call causes the method to not throw, thus we always were returning a 0 exit status.

Fixes #259

@chingor13 chingor13 requested a review from a team as a code owner February 22, 2022 00:06
@chingor13 chingor13 requested a review from a team February 22, 2022 00:06
@chingor13 chingor13 changed the title fix(action): fix unawaited async call fix(cli,action): fix unawaited async call Feb 22, 2022
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Feb 22, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 3ef644c into main Feb 22, 2022
@gcf-merge-on-green gcf-merge-on-green bot deleted the exit-status branch February 22, 2022 16:58
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 22, 2022
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 22, 2022
🤖 I have created a release *beep* *boop*
---


### [2.1.3](v2.1.2...v2.1.3) (2022-02-22)


### Bug Fixes

* **cli,action:** fix unawaited async call ([#329](#329)) ([3ef644c](3ef644c)), closes [#259](#259)

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.

action: should report failure if it failed to create a PR from quota
2 participants