llvm-project
c924e7a8 - [workflows] Update commit access request PR links (#146169)

Commit
86 days ago
[workflows] Update commit access request PR links (#146169) This PR updates the links used to show the PR contribution stats of the user requesting commit access to the LLVM project. Previously we would only show the PRs that were currently opened by the user because the `/pulls/<username>` endpoint automatically applies the `is:open` filter. The contribution guidelines suggest that the user should have at least 3 merged PRs to be considered for commit access so this seems like a relevant data point to add. We now show all PRs that a user has created (not just the open ones) and a separate link for the PRs that are merged.
Author
Parents
Loading