Skip to content

Commit

Permalink
Improve the output of collaborators (#4931)
Browse files Browse the repository at this point in the history
IDs are useless. List the human readable logins and names instead

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Dec 3, 2024
1 parent 0b1afee commit 8964d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/github/resources/github.lr
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private github.team @defaults("id name") {
}

// GitHub collaborator
private github.collaborator @defaults("user") {
private github.collaborator @defaults("user.login user.name") {
// Collaborator ID
id int
// Collaborator's user information
Expand Down

0 comments on commit 8964d34

Please sign in to comment.