Skip to content

Commit 9dd9fd8

Browse files
committed
change push_issues to create_issues in vignette
ref #28
1 parent 4f9293c commit 9dd9fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/d-extended-capability-github.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Here is a description of the specified inputs that are new to us:
133133
- `example_identifier` is a student_identifier (or team_identifier) from the class roster. For compatibility with GitHub the identifiers need to be student identifiers
134134
- `push_feedback = TRUE` asks the function to push the feedback files (the same function could be used to only create issues, see below).
135135

136-
To push issues the additional argument would be setting `push_issues` to TRUE. The two push arguments can be set to true on the same function call.
136+
To create issues, set the argument `create_issues` to TRUE. The arguments `push_feedback` and `create_issues` can be set to TRUE on the same function call.
137137

138138
Running the above function call will push each feedback file to the respective repo, if the repo is found:
139139

0 commit comments

Comments
 (0)