Skip to content

Commit 5950f4c

Browse files
f
1 parent 02b492d commit 5950f4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ jobs:
5454
run: |
5555
case "${{ matrix.args }}" in
5656
--invites)
57-
HEADER="repository name,author name,author login,author email,date and time,changed files,commit id,branch"
57+
HEADER="repository name,invited login,invite creation date,invitation url"
5858
;;
5959
--commits)
6060
HEADER="repository name,author name,author login,author email,date and time,changed files,commit id,branch"
6161
;;
6262
--pull_requests)
63-
HEADER="repository name,pull request number,title,state,author login,author email,date and time,merged,changed files,additions,deletions,commits,url,branch"
63+
HEADER="repository name,title,id,state,commit into,commit from,created at,creator name,creator login,creator email,changed files,comment body,comment created at,comment author name,comment author login,comment author email,merger name,merger login,merger email,source branch,target branch,assignee story,related issues,labels,milestone"
6464
;;
6565
--issues)
66-
HEADER="repository name,issue number,title,state,author login,author email,date and time,url,branch"
66+
HEADER="repository name,number,title,state,task,created at,creator name,creator login,creator email,closer name,closer login,closer email,closed at,comment body,comment created at,comment author name,comment author login,comment author email,assignee story,connected pull requests,labels,milestone"
6767
;;
6868
--wikis)
69-
HEADER="repository name,wiki page title,author name,author login,author email,date and time,action,url,branch"
69+
HEADER="repository name,author name,author login,datetime,page,action,revision id,added lines,deleted lines"
7070
;;
7171
--contributors)
7272
HEADER="repository name,contributor login,number of commits,additions,deletions,branch"

0 commit comments

Comments
 (0)