You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update format_pull_requests_to_md, format_contributors_to_md, and format_labels_to_md
updates the `format_pull_requests_to_md`, `format_contributors_to_md`, and `format_labels_to_md` functions in the `src/github_graphql/mod.rs` file.
the changes include iterating over each pull request, contributor, and label to generate a markdown-formatted string which can then be used for displaying the data. the strings are then joined together before being returned.
0 commit comments