Commit bbb4631
committed
[workflows] Update commit access request PR links
This PR updates the links used to show the PR contribution stats of the user
requesting commit access to the LLVM project. The link previously 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 relavant data point
to add.
We now show all PRs that the user has created and a separate link for the PRs
that are merged.1 parent 52040b4 commit bbb4631
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
300 | 302 | | |
301 | 303 | | |
302 | | - | |
| 304 | + | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| |||
0 commit comments