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

chore: test auto-assign-pr action #39

Merged
merged 2 commits into from
Feb 6, 2023
Merged

chore: test auto-assign-pr action #39

merged 2 commits into from
Feb 6, 2023

Conversation

gastonfournier
Copy link
Contributor

About the changes

Having the author of the PR assigned to it can help triage the issues and PRs. This is to test if it's worthy, based on: https://unleash-internal.slack.com/archives/C048ELND3QD/p1672653600233719 (also open for comments)

@@ -132,7 +132,7 @@ impl UnleashClient {
.into_iter()
.map(|t| {
let remaining_info =
EdgeToken::try_from(t.token.clone()).unwrap_or(t.clone());
EdgeToken::try_from(t.token.clone()).unwrap_or_else(|_| t.clone());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unrelated but clippy required it

Copy link
Member

@chriswk chriswk left a comment

Choose a reason for hiding this comment

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

LGTM

@chriswk chriswk merged commit 286dfd5 into main Feb 6, 2023
@chriswk chriswk deleted the auto-assign-author branch February 6, 2023 10:32
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.

2 participants